/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 106 unsigned int flags = FlagsTransformer(paramsInfo.GetFlags()); in GetWantAgent() 114 int requestCode = paramsInfo.GetRequestCode(); in GetWantAgent() 166 if (paramsInfo.GetExtraInfo() != nullptr && !paramsInfo.GetExtraInfo()->IsEmpty()) { in GetWantAgent() 167 wantsInfo.want.SetParams(*paramsInfo.GetExtraInfo()); in GetWantAgent() 173 wantSenderInfo.flags = FlagsTransformer(paramsInfo.GetFlags()); in GetWantAgent() 209 return Send(pendingWant, type, dispatcher, paramsInfo); in TriggerWantAgent() 221 return pendingWant->Send(paramsInfo.GetResultCode(), in Send() 222 paramsInfo.GetWant(), in Send() 224 paramsInfo.GetPermission(), in Send() 225 paramsInfo.GetExtraInfo(), in Send() [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_action_button_test.cpp | 49 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() local 51 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F() 68 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() local 70 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F() 89 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() local 91 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F() 142 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; variable 168 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; variable 170 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo);
|
H A D | notification_request_test.cpp | 215 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() local 217 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate.cpp | 55 auto paramsInfo = routerAction->GetValue("params"); in FireCardEvent() local 56 if (paramsInfo->IsValid()) { in FireCardEvent() 57 auto child = paramsInfo->GetChild(); in FireCardEvent() 63 paramsInfo->Replace(key.c_str(), paramsJson->GetValue(value.substr(7))); in FireCardEvent()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_helper.h | 63 const WantAgentInfo ¶msInfo, std::shared_ptr<WantAgent> &wantAgent); 76 static std::shared_ptr<WantAgent> GetWantAgent(const WantAgentInfo ¶msInfo, 105 const TriggerInfo ¶msInfo); 195 const TriggerInfo ¶msInfo);
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/ |
H A D | notification_publish_test.cpp | 83 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in InitWantAgentRequest() local 85 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in InitWantAgentRequest() 97 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in InitButtonRequest() local 99 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in InitButtonRequest()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/ |
H A D | notificationactionbutton_fuzzer.cpp | 29 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in DoSomethingInterestingWithMyAPI() local 31 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/ |
H A D | want_agent_helper_test.cpp | 1014 TriggerInfo paramsInfo; variable 1015 WantAgentHelper::TriggerWantAgent(nullptr, callback, paramsInfo); 1030 TriggerInfo paramsInfo; variable 1031 WantAgentHelper::TriggerWantAgent(wantAgent, nullptr, paramsInfo); 1047 TriggerInfo paramsInfo; variable 1048 WantAgentHelper::TriggerWantAgent(wantAgent, callback, paramsInfo);
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-routing.md | 147 let paramsInfo: DataModel = { 156 params: paramsInfo // 添加params属性,传递自定义参数
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 300 TriggerInfo paramsInfo("", nullptr, abilityWant, 11); variable 303 WantAgentHelper::TriggerWantAgent(wantAgent, callback, paramsInfo);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 730 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; variable 732 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); 792 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; variable 794 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); 1636 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo( variable 1645 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(context, paramsInfo, wantAgent);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-routing.md | 151 let paramsInfo: DataModel = { 160 params: paramsInfo // Add the params attribute to transfer custom parameters.
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_manager.cpp | 989 … OHOS::AbilityRuntime::WantAgent::TriggerInfo paramsInfo("", nullptr, want, WANTAGENT_CODE_ELEVEN); in NotifyWantAgent() local 990 …ode = AbilityRuntime::WantAgent::WantAgentHelper::TriggerWantAgent(wantAgent, nullptr, paramsInfo); in NotifyWantAgent()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 2089 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; variable 2091 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo);
|