Home
last modified time | relevance | path

Searched refs:CreateUnloadHandler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_profile_service_test.cpp117 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().CreateUnloadHandler();
124 ret = DistributedDeviceProfileServiceNew::GetInstance().CreateUnloadHandler();
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h82 int32_t CreateUnloadHandler();
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp180 int32_t DistributedDeviceProfileServiceNew::CreateUnloadHandler() in CreateUnloadHandler() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
563 if (CreateUnloadHandler() == DP_SUCCESS) { in OnStart()