Home
last modified time | relevance | path

Searched refs:GetIsSystemApp (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_address.h36 bool GetIsSystemApp();
H A Dlocation.h156 inline int32_t GetIsSystemApp() const in GetIsSystemApp() function
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp56 bool GeoAddress::GetIsSystemApp() in GetIsSystemApp() function in OHOS::Location::GeoAddress
/ohos5.0/base/location/frameworks/base_module/source/
H A Dlocation.cpp67 isSystemApp_ = location.GetIsSystemApp(); in Location()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp128 if (locationInfo->GetIsSystemApp() != 0) { in LocationToJs()
214 if (geoAddress->GetIsSystemApp()) { in GeoAddressesToJsObj()