Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dhook_utils.h27 LOCATOR_SA_START_LOCATING = 0, enumerator
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dhook_utils.cpp66 ExecuteHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, (void *)&reportStruct, nullptr); in ExecuteHookWhenStartLocation()
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp780 … 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);