Searched refs:paramsInfo (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 89 const WantAgentInfo ¶msInfo, std::shared_ptr<WantAgent> &wantAgent) in GetWantAgent() 96 std::vector<std::shared_ptr<Want>> wants = paramsInfo.GetWants(); in GetWantAgent() 102 unsigned int flags = FlagsTransformer(paramsInfo.GetFlags()); in GetWantAgent() 108 std::shared_ptr<WantParams> extraInfo = paramsInfo.GetExtraInfo(); in GetWantAgent() 110 int requestCode = paramsInfo.GetRequestCode(); in GetWantAgent() 111 WantAgentConstant::OperationType operationType = paramsInfo.GetOperationType(); in GetWantAgent() 145 std::shared_ptr<WantAgent> WantAgentHelper::GetWantAgent(const WantAgentInfo ¶msInfo, int32_t userId, int32_t uid) in GetWantAgent() argument 147 std::vector<std::shared_ptr<Want>> wants = paramsInfo.GetWants(); in GetWantAgent() 162 if (paramsInfo.GetExtraInfo() != nullptr && !paramsInfo in GetWantAgent() 87 GetWantAgent( const std::shared_ptr<OHOS::AbilityRuntime::ApplicationContext> &context, const WantAgentInfo ¶msInfo, std::shared_ptr<WantAgent> &wantAgent) GetWantAgent() argument 191 TriggerWantAgent(std::shared_ptr<WantAgent> agent, const std::shared_ptr<CompletedCallback> &callback, const TriggerInfo ¶msInfo) TriggerWantAgent() argument 208 Send(const std::shared_ptr<PendingWant> &pendingWant, WantAgentConstant::OperationType type, const sptr<CompletedDispatcher> &callBack, const TriggerInfo ¶msInfo) Send() argument [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_helper.h | 54 * @param paramsInfo Indicates the WantAgentInfo object that contains parameters of the 60 const WantAgentInfo ¶msInfo, std::shared_ptr<WantAgent> &wantAgent); 68 * @param paramsInfo Indicates the WantAgentInfo object that contains parameters of the 73 static std::shared_ptr<WantAgent> GetWantAgent(const WantAgentInfo ¶msInfo, 98 * @param paramsInfo Indicates the TriggerInfo object that contains triggering parameters. 102 const TriggerInfo ¶msInfo); 191 const TriggerInfo ¶msInfo);
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate.cpp | 49 auto paramsInfo = routerAction->GetValue("params"); in FireCardEvent() local 50 if (paramsInfo->IsValid()) { in FireCardEvent() 51 auto child = paramsInfo->GetChild(); in FireCardEvent() 57 paramsInfo->Replace(key.c_str(), paramsJson->GetValue(value.substr(7))); in FireCardEvent()
|
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/ |
H A D | want_agent_helper_test.cpp | 421 * @tc.name : WantAgentHelper GetWantAgent(const WantAgentInfo ¶msInfo) 438 * @tc.name : WantAgentHelper GetWantAgent(const WantAgentInfo ¶msInfo) 459 * @tc.name : WantAgentHelper GetWantAgent(const WantAgentInfo ¶msInfo) 483 * @tc.name : WantAgentHelper GetWantAgent(const WantAgentInfo ¶msInfo) 511 * @tc.name : WantAgentHelper GetWantAgent(const WantAgentInfo ¶msInfo) 1014 TriggerInfo paramsInfo; in HWTEST_F() local 1015 WantAgentHelper::TriggerWantAgent(nullptr, callback, paramsInfo); in HWTEST_F() 1030 TriggerInfo paramsInfo; in HWTEST_F() local 1031 WantAgentHelper::TriggerWantAgent(wantAgent, nullptr, paramsInfo); in HWTEST_F() 1047 TriggerInfo paramsInfo; in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 300 TriggerInfo paramsInfo("", nullptr, abilityWant, 11); in HWTEST_F() 303 WantAgentHelper::TriggerWantAgent(wantAgent, callback, paramsInfo); in HWTEST_F()
|
Completed in 5 milliseconds