/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_action_button_test.cpp | 48 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() 49 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = in HWTEST_F() 50 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F() 67 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() 68 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = in HWTEST_F() 69 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F() 88 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() 89 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = in HWTEST_F() 90 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F() 112 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; [all …]
|
D | notification_request_test.cpp | 46 …std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = notificationRequest.GetWantAgent… in HWTEST_F() 60 …std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = notificationRequest.GetWantAgent… in HWTEST_F() 193 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in HWTEST_F() 194 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = in HWTEST_F() 195 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in HWTEST_F()
|
/base/location/interfaces/inner_api/include/ |
D | geofence_state.h | 27 …explicit GeoFenceState(const GeoFence fence, const AbilityRuntime::WantAgent::WantAgent wantAgent); 32 AbilityRuntime::WantAgent::WantAgent mWantAgent;
|
/base/time/time_service/interfaces/inner_api/include/ |
D | itimer_info.h | 32 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent; 78 …virtual void SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) =…
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_action_button.h | 48 … const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, 88 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> GetWantAgent() const; 241 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, 258 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_ {};
|
D | notification_request.h | 236 void SetWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent); 243 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> GetWantAgent() const; 250 … void SetRemovalWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent); 257 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> GetRemovalWantAgent() const; 269 …void SetMaxScreenWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent); 276 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> GetMaxScreenWantAgent() const; 1178 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_ {}; 1179 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> removalWantAgent_ {}; 1180 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> maxScreenWantAgent_ {};
|
/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/ |
D | timer_info.h | 31 … void SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) override; 51 void TimerInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) in SetWantAgent()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/ |
D | notificationactionbutton_fuzzer.cpp | 29 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in DoSomethingInterestingWithMyAPI() 30 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = in DoSomethingInterestingWithMyAPI() 31 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in DoSomethingInterestingWithMyAPI()
|
/base/time/time_service/services/timer/include/ |
D | timer_manager_interface.h | 32 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent; 56 … std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent,
|
D | timer_manager.h | 38 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent, 64 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent, 74 … const std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> &wantAgent, 101 …void NotifyWantAgent(const std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> &wantAgent);
|
D | timer_info.h | 32 const std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent; 53 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent,
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/ |
D | notification_publish_test.cpp | 83 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in InitWantAgentRequest() 84 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = in InitWantAgentRequest() 85 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in InitWantAgentRequest() 97 AbilityRuntime::WantAgent::WantAgentInfo paramsInfo; in InitButtonRequest() 98 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = in InitButtonRequest() 99 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(paramsInfo); in InitButtonRequest()
|
/base/time/time_service/test/unittest/service_test/include/ |
D | timer_info_test.h | 43 …virtual void SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) o… 86 void TimerInfoTest::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantA… in SetWantAgent()
|
/base/location/frameworks/location_common/common/source/ |
D | geofence_state.cpp | 20 GeoFenceState::GeoFenceState(const GeoFence fence, const AbilityRuntime::WantAgent::WantAgent wantA… in GeoFenceState()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_action_button.cpp | 26 … const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, in Create() 88 … const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, in NotificationActionButton() 113 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationActionButton::GetWantAgent(… in GetWantAgent() 224 …jsonObject["wantAgent"] = wantAgent_ ? AbilityRuntime::WantAgent::WantAgentHelper::ToString(wantAg… in ToJson() 261 … pButton->wantAgent_ = AbilityRuntime::WantAgent::WantAgentHelper::FromString(wantAgentValue); in FromJson() 391 wantAgent_ = std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>( in ReadFromParcel() 392 parcel.ReadParcelable<AbilityRuntime::WantAgent::WantAgent>()); in ReadFromParcel()
|
D | notification_request.cpp | 112 void NotificationRequest::SetWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> … in SetWantAgent() 117 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationRequest::GetWantAgent() con… in GetWantAgent() 122 …equest::SetRemovalWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent) in SetRemovalWantAgent() 127 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationRequest::GetRemovalWantAgen… in GetRemovalWantAgent() 132 …uest::SetMaxScreenWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent) in SetMaxScreenWantAgent() 137 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationRequest::GetMaxScreenWantAg… in GetMaxScreenWantAgent() 783 … pRequest->wantAgent_ = AbilityRuntime::WantAgent::WantAgentHelper::FromString(wantAgentValue); in FromJson() 1303 wantAgent_ = std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>( in ReadFromParcel() 1304 parcel.ReadParcelable<AbilityRuntime::WantAgent::WantAgent>()); in ReadFromParcel() 1313 removalWantAgent_ = std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>( in ReadFromParcel() [all …]
|
D | reminder_request.cpp | 1413 std::vector<AbilityRuntime::WantAgent::WantAgentConstant::Flags> flags; in AddActionButtons() 1414 flags.push_back(AbilityRuntime::WantAgent::WantAgentConstant::Flags::UPDATE_PRESENT_FLAG); in AddActionButtons() 1445 AbilityRuntime::WantAgent::WantAgentInfo buttonWantAgentInfo( in AddActionButtons() 1447 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in AddActionButtons() 1454 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> buttonWantAgent = in AddActionButtons() 1455 AbilityRuntime::WantAgent::WantAgentHelper::GetWantAgent(buttonWantAgentInfo, userId_); in AddActionButtons() 1467 std::vector<AbilityRuntime::WantAgent::WantAgentConstant::Flags> flags; in AddRemovalWantAgent() 1468 flags.push_back(AbilityRuntime::WantAgent::WantAgentConstant::Flags::UPDATE_PRESENT_FLAG); in AddRemovalWantAgent() 1474 AbilityRuntime::WantAgent::WantAgentInfo wantAgentInfo( in AddRemovalWantAgent() 1476 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in AddRemovalWantAgent() [all …]
|
/base/time/time_service/services/time/src/ |
D | simple_timer_info.cpp | 39 void SimpleTimerInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wan… in SetWantAgent()
|
/base/time/time_service/services/time/include/ |
D | simple_timer_info.h | 31 …virtual void SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) o…
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_timer_info.cpp | 44 void ReminderTimerInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _w… in SetWantAgent()
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | reminder_timer_info.h | 77 … void SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) override;
|
/base/time/time_service/framework/js/napi/system_timer/include/ |
D | napi_system_timer.h | 39 …virtual void SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) o…
|
/base/powermgr/thermal_manager/services/native/include/thermal_action/ |
D | thermal_timer.h | 44 …virtual void SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) o…
|
/base/time/time_service/framework/js/napi/system_timer/src/ |
D | napi_system_timer.cpp | 77 void ITimerInfoInstance::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _… in SetWantAgent() 116 OHOS::AbilityRuntime::WantAgent::WantAgent *wantAgent = nullptr; in ParseTimerOptions() 140 std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> sWantAgent = in ParseTimerOptions() 141 std::make_shared<OHOS::AbilityRuntime::WantAgent::WantAgent>(*wantAgent); in ParseTimerOptions()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/ |
D | notificationrequest_fuzzer.cpp | 41 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = nullptr; in DoSomethingInterestingWithMyAPI()
|