mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2025-02-17 09:08:24 +00:00
commit
ea545d7444
@ -50,6 +50,7 @@ ohos_fuzztest("AbilityStubUninstallAppFuzzTest") {
|
||||
"ffrt:libffrt",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"kv_store:distributeddata_inner",
|
||||
"napi:ace_napi",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define private public
|
||||
#include "ability_manager_service.h"
|
||||
#undef private
|
||||
#include "app_exit_reason_data_manager.h"
|
||||
#include "message_parcel.h"
|
||||
#include "securec.h"
|
||||
|
||||
@ -48,7 +49,7 @@ bool DoSomethingInterestingWithMyAPI(const char* data, size_t size)
|
||||
DelayedSingleton<AbilityManagerService>::GetInstance()->subManagersHelper_->currentUIAbilityManager_ =
|
||||
std::make_shared<UIAbilityLifecycleManager>();
|
||||
DelayedSingleton<AbilityManagerService>::GetInstance()->OnRemoteRequest(code, parcel, reply, option);
|
||||
|
||||
DelayedSingleton<AbilityRuntime::AppExitReasonDataManager>::DestroyInstance();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user