Home
last modified time | relevance | path

Searched refs:wParams (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/trigger_Info_test/
H A Dtrigger_Info_test.cpp94 wParams->SetParam(key, Boolean::Box(value));
96 TriggerInfo triggerInfo(permission, wParams, want, resultCode);
98 EXPECT_NE(triggerInfo.extraInfo_, wParams);
120 wParams->SetParam(key, Boolean::Box(value));
124 EXPECT_NE(triggerInfo.extraInfo_, wParams);
163 wParams->SetParam(key, Boolean::Box(value));
164 builder->SetWantParams(wParams);
209 wParams->SetParam(key, Boolean::Box(value));
210 builder->SetWantParams(wParams);
255 wParams->SetParam(key, Boolean::Box(value));
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/completed_dispatcher_test/
H A Dcompleted_dispatcher_test.cpp141 WantParams wParams; variable
142 wParams.SetParam(key, Boolean::Box(value));
143 completedDispatcher.PerformReceive(want, 10, "test", wParams, 0, 0, 1);
169 WantParams wParams; variable
170 wParams.SetParam(key, Boolean::Box(value));
171 completedDispatcher.PerformReceive(want, 10, "test", wParams, 0, 0, 1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp195 std::shared_ptr<WantParams> wParams = std::make_shared<WantParams>(); variable
196 wParams->SetParam(key, Boolean::Box(value));
271 std::shared_ptr<WantParams> wParams = std::make_shared<WantParams>(); variable
272 wParams->SetParam(key, Boolean::Box(value));
486 std::shared_ptr<WantParams> wParams = std::make_shared<WantParams>(); variable
488 wParams->SetParam(key, Boolean::Box(value));
980 wParams->SetParam(key, Boolean::Box(value));
1010 wParams->SetParam(key, Boolean::Box(value));
1040 wParams->SetParam(key, Boolean::Box(value));
1064 wParams->SetParam(key, Boolean::Box(value));
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp502 std::shared_ptr<WantParams> wParams = std::make_shared<WantParams>(); variable
503 wParams->SetParam(key, Boolean::Box(value));
504 wantAgentInfo.extraInfo_ = wParams;
1103 wParams->SetParam(key, Boolean::Box(value));
1104 wantAgentInfo.extraInfo_ = wParams;
1141 wParams->SetParam(key, Boolean::Box(value));
1142 wantAgentInfo.extraInfo_ = wParams;
1178 wParams->SetParam(key, Boolean::Box(value));
1179 wantAgentInfo.extraInfo_ = wParams;
1216 wParams->SetParam(key, Boolean::Box(value));
[all …]