Home
last modified time | relevance | path

Searched refs:TARGET_BUNDLE_NAME (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/src/
H A Dui_extension_connect_module_test_observer.cpp22 const std::string TARGET_BUNDLE_NAME = "com.ohos.uiextensionprovider"; variable
30 if (processData.bundleName == TARGET_BUNDLE_NAME) { in OnProcessCreated()
41 if (processData.bundleName == TARGET_BUNDLE_NAME) { in OnProcessStateChanged()
57 if (processData.bundleName == TARGET_BUNDLE_NAME) { in OnProcessDied()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_app_control_test.cpp53 const std::string TARGET_BUNDLE_NAME = "targetBundleName"; variable
1092 ErrCode res = impl->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID);
1143 …ErrCode res = impl->GetAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID, controlR…
1156 …res = appControlManager->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID);
1160 …res = appControlManager->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID);
1232 CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID, controlRule);
1248 …ErrCode res = appJumpRdb->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID…
1272 ErrCode res = appJumpRdb->DeleteRuleByTargetBundleName(TARGET_BUNDLE_NAME, USERID);
1298 auto res = appControlProxy->ConfirmAppJumpControlRule("", TARGET_BUNDLE_NAME, USERID);
1329 controlRule.targetPkg = TARGET_BUNDLE_NAME;
[all …]
H A Dbms_bundle_mock_app_control.cpp44 const std::string TARGET_BUNDLE_NAME = "targetBundleName"; variable
306 rdb.rdbDataManager_->bmsRdbConfig_.tableName = TARGET_BUNDLE_NAME;
320 rdb.rdbDataManager_->bmsRdbConfig_.tableName = TARGET_BUNDLE_NAME;
538 …auto res = impl.GetAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID, controlRule);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_stability_test/
H A Dui_extension_stability_test.cpp45 const std::string TARGET_BUNDLE_NAME = "com.ohos.uiextensionprovider"; variable
138 bundleNameList.push_back(TARGET_BUNDLE_NAME); in RegisterApplicationStateObserver()
265 …AppExecFwk::ElementName uiAbilityElement("0", TARGET_BUNDLE_NAME, TARGET_UIABILITY_NAME, TARGET_MO…
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/
H A Dui_extension_connect_module_test.cpp44 const std::string TARGET_BUNDLE_NAME = "com.ohos.uiextensionprovider"; variable
138 bundleNameList.push_back(TARGET_BUNDLE_NAME); in RegisterApplicationStateObserver()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/
H A Djs_app_overlay.cpp38 const std::string TARGET_BUNDLE_NAME = "targetBundleName"; variable
482 …sinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, TARGET_BUNDLE_NAME, TYPE_STRING… in GetTargetOverlayModuleInfosByBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp38 const std::string TARGET_BUNDLE_NAME = "targetBundleName"; variable