Searched refs:LOCATOR_SA_START_LOCATING (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | hook_utils.h | 27 LOCATOR_SA_START_LOCATING = 0, enumerator
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | hook_utils.cpp | 66 ExecuteHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, (void *)&reportStruct, nullptr); in ExecuteHookWhenStartLocation()
|
/ohos5.0/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 780 … HookUtils::RegisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, 0, OhosHookTest01)); 782 … HookUtils::RegisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, 1, OhosHookTest02)); 785 HookUtils::ExecuteHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, nullptr, nullptr)); 787 HookUtils::UnregisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, OhosHookTest01); 788 HookUtils::UnregisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, OhosHookTest02);
|