Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp189 if (!CommonUtils::CheckAppInstalled(serviceName)) { // app is not installed in IsGeoConvertAvailable()
275 if (!CommonUtils::CheckAppInstalled(serviceName)) { // app is not installed in GetService()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h173 static bool CheckAppInstalled(const std::string& bundleName);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp288 bool CommonUtils::CheckAppInstalled(const std::string& bundleName) in CheckAppInstalled() function in OHOS::Location::CommonUtils
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp275 if (!CommonUtils::CheckAppInstalled(serviceName)) { // app is not installed in RequestRecord()