Searched refs:mockLocationStruct (Results 1 – 1 of 1) sorted by relevance
1399 MockLocationStruct mockLocationStruct; in EnableMock() local1400 mockLocationStruct.enableMock = true; in EnableMock()1401 …HookUtils::ExecuteHook(LocationProcessStage::MOCK_LOCATION_PROCESS, (void *)&mockLocationStruct, n… in EnableMock()1410 MockLocationStruct mockLocationStruct; in DisableMock() local1411 mockLocationStruct.enableMock = false; in DisableMock()1412 …HookUtils::ExecuteHook(LocationProcessStage::MOCK_LOCATION_PROCESS, (void *)&mockLocationStruct, n… in DisableMock()