Home
last modified time | relevance | path

Searched refs:SCENE_NO_POWER (Results 1 – 6 of 6) sorted by relevance

/base/location/interfaces/inner_api/include/
Dconstant_definition.h62 SCENE_NO_POWER = 0x0305 enumerator
/base/location/services/location_locator/locator/source/
Drequest.cpp168 case SCENE_NO_POWER: { in GetProxyName()
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp45 SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_NO_POWER, "NO_POWER"); in LocationRequestScenarioTypeConstructor()
Dlocation_napi_event.cpp1646 if (config->GetScenario() > SCENE_NO_POWER || config->GetScenario() < SCENE_UNSET) { in IsRequestConfigValid()
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_impl.cpp53 ret = OHOS::Location::SCENE_NO_POWER; in ConvertScenario()
/base/location/test/location_locator/source/
Drequest_manager_test.cpp392 requestConfig5->SetScenario(SCENE_NO_POWER);