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 D | ui_extension_connect_module_test_observer.cpp | 22 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 D | bms_bundle_app_control_test.cpp | 53 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 D | bms_bundle_mock_app_control.cpp | 44 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 D | ui_extension_stability_test.cpp | 45 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 D | ui_extension_connect_module_test.cpp | 44 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 D | js_app_overlay.cpp | 38 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 D | bms_bundle_overlay_checker_test.cpp | 38 const std::string TARGET_BUNDLE_NAME = "targetBundleName"; variable
|