Home
last modified time | relevance | path

Searched refs:HasSystemCapability (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/parameter/
H A Dsystemcapability.cpp18 bool HasSystemCapability(const char *cap) in HasSystemCapability() function
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlesyscap_fuzzer/
H A Dbundlesyscap_fuzzer.cpp28 return HasSystemCapability(info.c_str()); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/js/builtin/src/
H A Dcapability_module.cpp29 bool hasCap = HasSystemCapability(str); in HasCapability()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dsyscap_module.cpp71 bool ret = HasSystemCapability(syscapString); in CheckSyscap()
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dsamgr_lite.h273 BOOL (*HasSystemCapability)(const char *sysCap); member
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_manager.h255 bool HasSystemCapability(const char *sysCapName);
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c46 static BOOL HasSystemCapability(const char *sysCap);
103 g_samgrImpl.vtbl.HasSystemCapability = HasSystemCapability; in Init()
374 static BOOL HasSystemCapability(const char *sysCap) in HasSystemCapability() function
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_manager_service.h58 bool HasSystemCapability(const char *bundleName);
H A Dbundle_ms_feature.h62 static uint8_t HasSystemCapability(const uint8_t funcId, IpcIo *req, IpcIo *reply);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_feature.cpp58 HasSystemCapability,
125 uint8_t BundleMsFeature::HasSystemCapability(const uint8_t funcId, IpcIo *req, IpcIo *reply) in HasSystemCapability() function in OHOS::BundleMsFeature
135 bool hasSysCap = OHOS::ManagerService::GetInstance().HasSystemCapability(sysCapName); in HasSystemCapability()
H A Dbundle_manager_service.cpp600 bool ManagerService::HasSystemCapability(const char *sysCapName) in HasSystemCapability() function in OHOS::ManagerService
605 return SAMGR_GetInstance()->HasSystemCapability(sysCapName); in HasSystemCapability()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp444 return HasSystemCapability(cap); in IsSyscapExist()
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp306 HILOG_INFO(HILOG_MODULE_APP, "BundleManager HasSystemCapability invoke return: %{public}d", *ret); in Notify()
802 bool HasSystemCapability(const char *sysCapName) in HasSystemCapability() function
805 HILOG_ERROR(HILOG_MODULE_APP, "BundleManager HasSystemCapability failed due to parameters is invalid"); in HasSystemCapability()
810 HILOG_ERROR(HILOG_MODULE_APP, "BundleManager HasSystemCapability failed due to nullptr bms client"); in HasSystemCapability()
820 HILOG_ERROR(HILOG_MODULE_APP, "BundleManager HasSystemCapability invoke failed: %{public}d", ret); in HasSystemCapability()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp165 if (!HasSystemCapability(bundleSysCapItem.c_str())) { in CheckSysCap()

Completed in 15 milliseconds