Home
last modified time | relevance | path

Searched defs:GetWantAgent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp91 ErrCode WantAgentHelper::GetWantAgent( in GetWantAgent() function in OHOS::AbilityRuntime::WantAgent::WantAgentHelper
149 std::shared_ptr<WantAgent> WantAgentHelper::GetWantAgent(const WantAgentInfo &paramsInfo, int32_t u… in GetWantAgent() function in OHOS::AbilityRuntime::WantAgent::WantAgentHelper
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dcontinuous_task_record.cpp108 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> ContinuousTaskRecord::GetWantAgent() const in GetWantAgent() function in OHOS::BackgroundTaskMgr::ContinuousTaskRecord
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp76 AbilityRuntime::WantAgent::WantAgent GeofenceRequest::GetWantAgent() in GetWantAgent() function in OHOS::Location::GeofenceRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp113 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationActionButton::GetWantAgent(… in GetWantAgent() function in OHOS::Notification::NotificationActionButton
H A Dnotification_request.cpp135 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationRequest::GetWantAgent() con… in GetWantAgent() function in OHOS::Notification::NotificationRequest
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp492 napi_value GetWantAgent(const napi_env &env, const napi_value &value, in GetWantAgent() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp274 napi_value JsWantAgent::GetWantAgent(napi_env env, napi_callback_info info) in GetWantAgent() function in OHOS::JsWantAgent