Home
last modified time | relevance | path

Searched refs:controlMessage (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/apprunningcontrolruleresult_fuzzer/
H A Dapprunningcontrolruleresult_fuzzer.cpp29 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 Dapp_running_control_rule.cpp27 controlMessage = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
34 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(controlMessage)); in Marshalling()
H A Dapp_running_control_rule_result.cpp26 controlMessage = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
35 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(controlMessage)); in Marshalling()
H A Dapp_jump_control_rule.cpp28 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 Dbms_bundle_app_control_test.cpp402 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 Dmock_app_control_manager.cpp82 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 Dapp_running_control_rule.h27 std::string controlMessage; member
H A Dapp_running_control_rule_result.h27 std::string controlMessage; member
H A Dapp_jump_control_rule.h34 std::string controlMessage; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_rdb.cpp201 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 Dapp_control_manager.cpp284 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 Dcontrol_interceptor.cpp37 "The target application is intercpted. %{public}s", controlRule.controlMessage.c_str()); in DoProcess()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp2527 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 Dbms_bundle_kit_service_test.cpp6977 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 Dacts_bms_kit_system_test.cpp9038 controlRule.controlMessage = CONTROL_MESSAGE;
9046 EXPECT_EQ(controlRuleResult.controlMessage, CONTROL_MESSAGE);
9054 EXPECT_EQ(controlRuleResult2.controlMessage, "");