Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dhook_utils.h27 LOCATOR_SA_START_LOCATING = 0, member in OHOS::Location::LocationProcessStage
/base/location/frameworks/location_common/common/source/
H A Dhook_utils.cpp66 ExecuteHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, (void *)&reportStruct, nullptr); in ExecuteHookWhenStartLocation()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp781 HookUtils::RegisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, 0, OhosHookTest01)); in HWTEST_F()
783 HookUtils::RegisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, 1, OhosHookTest02)); in HWTEST_F()
786 HookUtils::ExecuteHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, nullptr, nullptr)); in HWTEST_F()
788 HookUtils::UnregisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, OhosHookTest01); in HWTEST_F()
789 HookUtils::UnregisterHook(LocationProcessStage::LOCATOR_SA_START_LOCATING, OhosHookTest02); in HWTEST_F()

Completed in 3 milliseconds