Home
last modified time | relevance | path

Searched refs:GetLocationManagerProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/location_manager/src/
H A Dlocation_manager_addon.cpp66 asyncCallbackInfo->ret = LocationManagerProxy::GetLocationManagerProxy()->SetLocationPolicy( in SetLocationPolicy()
91 auto locationManagerProxy = LocationManagerProxy::GetLocationManagerProxy(); in GetLocationPolicy()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/location_manager/include/
H A Dlocation_manager_proxy.h30 static std::shared_ptr<LocationManagerProxy> GetLocationManagerProxy();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/location_manager/src/
H A Dlocation_manager_proxy.cpp26 std::shared_ptr<LocationManagerProxy> LocationManagerProxy::GetLocationManagerProxy() in GetLocationManagerProxy() function in OHOS::EDM::LocationManagerProxy
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dlocation_manager_proxy_test.cpp47 proxy_ = LocationManagerProxy::GetLocationManagerProxy(); in SetUp()