Searched refs:TARGET_BUNDLE_NAME (Results 1 - 7 of 7) sorted by relevance
/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"; member 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()
|
/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";
member 138 bundleNameList.push_back(TARGET_BUNDLE_NAME);
in RegisterApplicationStateObserver() 265 AppExecFwk::ElementName uiAbilityElement("0", TARGET_BUNDLE_NAME, TARGET_UIABILITY_NAME, TARGET_MODULE_NAME);
in HWTEST_F()
|
/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"; member 1092 ErrCode res = impl->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID); in HWTEST_F() 1143 ErrCode res = impl->GetAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID, controlRule); in HWTEST_F() 1156 ErrCode res = appControlManager->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID); in HWTEST_F() 1160 res = appControlManager->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID); in HWTEST_F() 1232 CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID, controlRule); in HWTEST_F() 1236 res = appControlManager->GetAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID, controlRule); in HWTEST_F() 1248 ErrCode res = appJumpRdb->ConfirmAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID); in HWTEST_F() 1272 ErrCode res = appJumpRdb->DeleteRuleByTargetBundleName(TARGET_BUNDLE_NAME, USERID); in HWTEST_F() 1285 ErrCode res = appJumpRdb->GetAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERI in HWTEST_F() [all...] |
H A D | bms_bundle_mock_app_control.cpp | 44 const std::string TARGET_BUNDLE_NAME = "targetBundleName"; member 325 rdb.rdbDataManager_->bmsRdbConfig_.tableName = TARGET_BUNDLE_NAME; in HWTEST_F() 340 rdb.rdbDataManager_->bmsRdbConfig_.tableName = TARGET_BUNDLE_NAME; in HWTEST_F() 668 auto res = impl.GetAppJumpControlRule(CALLER_BUNDLE_NAME, TARGET_BUNDLE_NAME, USERID, controlRule); in HWTEST_F()
|
/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"; member 138 bundleNameList.push_back(TARGET_BUNDLE_NAME); in RegisterApplicationStateObserver()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/ |
H A D | js_app_overlay.cpp | 38 const std::string TARGET_BUNDLE_NAME = "targetBundleName"; member 482 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, TARGET_BUNDLE_NAME, TYPE_STRING); in GetTargetOverlayModuleInfosByBundleName()
|
/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";
member
|
Completed in 12 milliseconds