Home
last modified time | relevance | path

Searched refs:wantAgent_ (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp94 wantAgent_(wantAgent), in NotificationActionButton()
115 return wantAgent_; in GetWantAgent()
224 jsonObject["wantAgent"] = wantAgent_ ? AbilityRuntime::WantAgent::WantAgentHelper::ToString(wantAgent_) : ""; in ToJson()
261 pButton->wantAgent_ = AbilityRuntime::WantAgent::WantAgentHelper::FromString(wantAgentValue); in FromJson()
312 valid = wantAgent_ ? true : false; in Marshalling()
319 if (!parcel.WriteParcelable(wantAgent_.get())) { in Marshalling()
391 wantAgent_ = std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>( in ReadFromParcel()
393 if (!wantAgent_) { in ReadFromParcel()
H A Dnotification_request.cpp132 wantAgent_ = wantAgent; in SetWantAgent()
137 return wantAgent_; in GetWantAgent()
887 pRequest->wantAgent_ = AbilityRuntime::WantAgent::WantAgentHelper::FromString(wantAgentValue, targetUid); in FromJson()
1185 valid = wantAgent_ ? true : false; in Marshalling()
1192 if (!parcel.WriteParcelable(wantAgent_.get())) { in Marshalling()
1614 wantAgent_ = std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>( in ReadFromParcel()
1616 if (!wantAgent_) { in ReadFromParcel()
1953 this->wantAgent_ = other.wantAgent_; in CopyOther()
1980 jsonObject["wantAgent"] = wantAgent_ in ConvertObjectsToJson()
[all...]
/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp73 wantAgent_ = wantAgent; in SetWantAgent()
78 return wantAgent_; in GetWantAgent()
199 wantAgent_ = *(wantAgent); in ReadFromParcel()
234 parcel.WriteParcelable(&wantAgent_); in Marshalling()
/base/location/interfaces/inner_api/include/
H A Dgeofence_request.h100 AbilityRuntime::WantAgent::WantAgent wantAgent_; member in OHOS::Location::GeofenceRequest
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_action_button.h258 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_ {};
H A Dnotification_request.h1526 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_ {};
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp33 std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>> Common::wantAgent_; member in OHOS::NotificationNapi::Common
1132 wantAgent_.insert(agent); in CreateWantAgentByJS()
1157 for (auto it = wantAgent_.begin(); it != wantAgent_.end(); ++it) { in CreateWantAgentByJS()
1159 wantAgent_.erase(it); in CreateWantAgentByJS()
/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h1272 static std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>> wantAgent_; member in OHOS::Location::NotificationNapi
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1762 static std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>> wantAgent_; member in OHOS::NotificationNapi::Common
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp33 std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>> NotificationNapi::wantAgent_; member in OHOS::Location::NotificationNapi

Completed in 14 milliseconds