Searched defs:extensionTypeName (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | extension_config.cpp | 62 int32_t ExtensionConfig::GetExtensionAutoDisconnectTime(std::string extensionTypeName) in GetExtensionAutoDisconnectTime() 70 bool ExtensionConfig::IsExtensionStartThirdPartyAppEnable(std::string extensionTypeName) in IsExtensionStartThirdPartyAppEnable() 78 bool ExtensionConfig::IsExtensionStartServiceEnable(std::string extensionTypeName, std::string targ… in IsExtensionStartServiceEnable() 112 std::string extensionTypeName = jsonObject.at(EXTENSION_TYPE_NAME).get<std::string>(); in LoadExtensionConfig() local 119 …onfig::LoadExtensionAutoDisconnectTime(const nlohmann::json &object, std::string extensionTypeName) in LoadExtensionAutoDisconnectTime() 131 std::string extensionTypeName) in LoadExtensionThirdPartyAppBlockedList() 144 …onfig::LoadExtensionServiceBlockedList(const nlohmann::json &object, std::string extensionTypeName) in LoadExtensionServiceBlockedList()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.h | 32 std::string extensionTypeName; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | extension_ability_info.h | 160 std::string extensionTypeName; member
|
H A D | ability_info.h | 196 std::string extensionTypeName; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1403 …Code QueryExtensionAbilityInfosWithTypeName(const Want &want, const std::string &extensionTypeName, in QueryExtensionAbilityInfosWithTypeName() 1417 virtual ErrCode QueryExtensionAbilityInfosOnlyWithTypeName(const std::string &extensionTypeName, in QueryExtensionAbilityInfosOnlyWithTypeName()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 770 std::string extensionTypeName = "extensionTypeName"; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 804 …e BundleMgrHelper::QueryExtensionAbilityInfosOnlyWithTypeName(const std::string &extensionTypeName, in QueryExtensionAbilityInfosOnlyWithTypeName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1802 …stImpl::LoadExtensionNeedCreateSandbox(const nlohmann::json &object, std::string extensionTypeName) in LoadExtensionNeedCreateSandbox()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 4046 …oxy::QueryExtensionAbilityInfosWithTypeName(const Want &want, const std::string &extensionTypeName, in QueryExtensionAbilityInfosWithTypeName() 4074 …de BundleMgrProxy::QueryExtensionAbilityInfosOnlyWithTypeName(const std::string &extensionTypeName, in QueryExtensionAbilityInfosOnlyWithTypeName()
|
H A D | bundle_mgr_host.cpp | 3415 std::string extensionTypeName = data.ReadString(); in HandleQueryExtensionAbilityInfosWithTypeName() local 3435 std::string extensionTypeName = data.ReadString(); in HandleQueryExtensionAbilityInfosOnlyWithTypeName() local
|