/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/apprunningcontrolruleresult_fuzzer/ |
H A D | apprunningcontrolruleresult_fuzzer.cpp | 29 std::string controlMessage (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() 31 oldRule.controlMessage = controlMessage; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | app_running_control_rule.cpp | 27 controlMessage = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 34 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(controlMessage)); in Marshalling()
|
H A D | app_running_control_rule_result.cpp | 26 controlMessage = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 35 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(controlMessage)); in Marshalling()
|
H A D | app_jump_control_rule.cpp | 28 controlMessage = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 37 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(controlMessage)); in Marshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 402 controlRule.controlMessage = CONTROL_MESSAGE; 434 controlRule.controlMessage = CONTROL_MESSAGE; 467 ruleParam.controlMessage = CONTROL_MESSAGE; 493 controlRule.controlMessage = CONTROL_MESSAGE; 517 controlRule.controlMessage = CONTROL_MESSAGE; 545 controlRule.controlMessage = "test control message"; 580 controlRule.controlMessage = "test message"; 592 controlRule.controlMessage = ""; 608 EXPECT_EQ(ruleResult.controlMessage, ""); 1330 controlRule.controlMessage = CONTROL_MESSAGE; [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/ |
H A D | mock_app_control_manager.cpp | 82 controlRuleResult.controlMessage = "the test app is not available"; in GetAppRunningControlRule() 89 controlRuleResult.controlMessage = "the test app is not available"; in GetAppRunningControlRule()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | app_running_control_rule.h | 27 std::string controlMessage; member
|
H A D | app_running_control_rule_result.h | 27 std::string controlMessage; member
|
H A D | app_jump_control_rule.h | 34 std::string controlMessage; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager_rdb.cpp | 201 valuesBucket.PutString(CONTROL_MESSAGE, controlRule.controlMessage); in AddAppRunningControlRule() 328 ret = absSharedResultSet->GetString(CONTROL_MESSAGE_INDEX, controlRuleResult.controlMessage); in GetAppRunningControlRule() 333 … if (controlRuleResult.controlMessage.empty() && callingName == AppControlConstants::EDM_CALLING) { in GetAppRunningControlRule() 335 controlRuleResult.controlMessage = APP_CONTROL_EDM_DEFAULT_MESSAGE; in GetAppRunningControlRule()
|
H A D | app_control_manager.cpp | 284 if (controlRuleResult.controlMessage == INVALID_MESSAGE) { in GetAppRunningControlRule() 285 controlRuleResult.controlMessage = std::string(); in GetAppRunningControlRule() 292 controlRuleResult.controlMessage = INVALID_MESSAGE; in GetAppRunningControlRule()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | control_interceptor.cpp | 37 "The target application is intercpted. %{public}s", controlRule.controlMessage.c_str()); in DoProcess()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2527 std::string controlMessage = object.substr(pos3+1); in CheckAppRunningRuleCorrectOption() local 2530 rule.controlMessage = controlMessage; in CheckAppRunningRuleCorrectOption() 2594 … appIdParam = appIdParam.append("appId:"+ param.appId + ":" + "message" + param.controlMessage); in RunAsAddAppRunningRuleCommand() 2645 … appIdParam = appIdParam.append("appId:"+ param.appId + ":" + "message" + param.controlMessage); in RunAsDeleteAppRunningRuleCommand() 2885 resultReceiver_.append("message:" + ruleResult.controlMessage + " bundle:notFind" + "\n"); in RunAsGetAppRunningControlRuleResultCommand() 2888 resultReceiver_.append("message:" + ruleResult.controlMessage + "\n"); in RunAsGetAppRunningControlRuleResultCommand()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 6977 param.controlMessage = "Success"; 7159 param1.controlMessage = "Success"; 7167 EXPECT_EQ(param1.controlMessage, ret2->controlMessage); 10475 result.controlMessage = CONTROLMESSAGE;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 9038 controlRule.controlMessage = CONTROL_MESSAGE; 9046 EXPECT_EQ(controlRuleResult.controlMessage, CONTROL_MESSAGE); 9054 EXPECT_EQ(controlRuleResult2.controlMessage, "");
|