Home
last modified time | relevance | path

Searched refs:AsyncLocationPolicyInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/location_manager/src/
H A Dlocation_manager_addon.cpp49 auto asyncCallbackInfo = new (std::nothrow) AsyncLocationPolicyInfo(); in SetLocationPolicy()
53 std::unique_ptr<AsyncLocationPolicyInfo> callbackPtr{asyncCallbackInfo}; in SetLocationPolicy()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/location_manager/include/
H A Dlocation_manager_addon.h29 struct AsyncLocationPolicyInfo : AsyncCallbackInfo { struct