Home
last modified time | relevance | path

Searched defs:wantInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp87 WantsInfo wantInfo; variable
124 WantsInfo wantInfo; variable
147 WantsInfo wantInfo; variable
170 WantsInfo wantInfo; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp149 for (const auto &wantInfo : allWantsInfos_) { in GetAllBundleNames() local
H A Dability_manager_collaborator_proxy.cpp60 std::unique_ptr<Want> wantInfo(reply.ReadParcelable<Want>()); in NotifyStartAbility() local
H A Dability_manager_proxy.cpp2295 std::unique_ptr<Want> wantInfo(reply.ReadParcelable<Want>()); in GetPendingRequestWant() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_client.cpp316 std::unique_ptr<Want> wantInfo(reply.ReadParcelable<Want>()); in GetPendingRequestWant() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp124 WantsInfo wantInfo; in MakeWantSenderInfo() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp123 WantsInfo wantInfo; in MakeWantSenderInfo() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1538 AbilityRuntime::WantAgent::WantAgentInfo wantInfo( in CreateWantAgent() local
1787 nlohmann::json wantInfo; in SerializeWantAgent() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp621 auto wantInfo = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1006 … std::shared_ptr<ReminderRequest::WantAgentInfo> wantInfo = calendar->GetRRuleWantAgentInfo(); in StartExtensionAbility() local
1939 auto wantInfo = reminder->GetWantAgentInfo(); in ClickReminder() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp1080 auto wantInfo = std::make_shared<ReminderRequest::WantAgentInfo>(); variable