Home
last modified time | relevance | path

Searched refs:DelayUnloadTask (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_mgr_service.cpp67 DelayUnloadTask(); in OnStart()
83 void ServiceRouterMgrService::DelayUnloadTask() in DelayUnloadTask() function in OHOS::AbilityRuntime::ServiceRouterMgrService
162 DelayUnloadTask(); in QueryBusinessAbilityInfos()
170 DelayUnloadTask(); in QueryPurposeInfos()
177 DelayUnloadTask(); in StartUIExtensionAbility()
185 DelayUnloadTask(); in ConnectUIExtensionAbility()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
H A Dtask_state_manager.cpp67 DelayUnloadTask(); in CompleteTask()
75 DelayUnloadTask(); in StartTask()
103 void TaskStateManager::DelayUnloadTask() in DelayUnloadTask() function in OHOS::FileManagement::CloudSync::TaskStateManager
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_service.cpp63 DelayUnloadTask(); in OnStart()
75 void LocalCodeSignService::DelayUnloadTask() in DelayUnloadTask() function in OHOS::Security::CodeSign::LocalCodeSignService
H A Dlocal_code_sign_stub.cpp43 DelayUnloadTask(); in OnRemoteRequest()
/ohos5.0/base/security/code_signature/services/local_code_sign/include/
H A Dlocal_code_sign_stub.h31 virtual void DelayUnloadTask() in DelayUnloadTask() function
H A Dlocal_code_sign_service.h38 void DelayUnloadTask() override;
/ohos5.0/base/hiviewdfx/hidumper/services/zidl/include/
H A Ddump_broker_stub.h27 virtual void DelayUnloadTask() in DelayUnloadTask() function
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_file_kit_inner/data_sync/
H A Dtask_state_manager_test.cpp29 MOCK_METHOD0(DelayUnloadTask, void());
125 EXPECT_CALL(mockTaskStateManager, DelayUnloadTask());
126 mockTaskStateManager.DelayUnloadTask();
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dtask_state_manager.h47 void DelayUnloadTask();
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dservice_router_mgr_service.h104 void DelayUnloadTask();
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp228 void DistributedDeviceProfileService::DelayUnloadTask() in DelayUnloadTask() function in OHOS::DeviceProfile::DistributedDeviceProfileService
272 DelayUnloadTask(); in OnStart()
H A Ddistributed_device_profile_stub.cpp216 DelayUnloadTask(); in OnRemoteRequest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_service.h51 void DelayUnloadTask() override;
H A Ddistributed_device_profile_stub.h64 virtual void DelayUnloadTask() in DelayUnloadTask() function
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_service.h67 void DelayUnloadTask() override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h59 virtual void DelayUnloadTask() = 0;
H A Ddistributed_device_profile_service_new.h72 void DelayUnloadTask() override;
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp178 DelayUnloadTask(); in Request()
474 void DumpManagerService::DelayUnloadTask() in DelayUnloadTask() function in OHOS::HiviewDFX::DumpManagerService
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_sync_test.cpp202 DistributedDeviceProfileService::GetInstance().DelayUnloadTask();
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp523 void DistributedDeviceProfileServiceNew::DelayUnloadTask() in DelayUnloadTask() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
565 DelayUnloadTask(); in OnStart()
H A Ddistributed_device_profile_stub_new.cpp178 DelayUnloadTask(); in OnRemoteRequest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp64 void DelayUnloadTask() override;
231 void MockDistributedDeviceProfileStubNew::DelayUnloadTask() in DelayUnloadTask() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp136 DistributedDeviceProfileServiceNew::GetInstance().DelayUnloadTask();