Home
last modified time | relevance | path

Searched refs:wantAgentPtr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/
H A Davsessionitem_fuzzer.cpp187 auto wantAgentPtr = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(); in AvSessionItemTestImplExtension() local
206 avSessionItem->SetLaunchAbility(*wantAgentPtr); in AvSessionItemTestImplExtension()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp496 AbilityRuntime::WantAgent::WantAgent *wantAgentPtr = nullptr; in GetWantAgent() local
502 napi_unwrap(env, value, (void **)&wantAgentPtr); in GetWantAgent()
503 if (wantAgentPtr == nullptr) { in GetWantAgent()
506 wantAgent = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(*wantAgentPtr); in GetWantAgent()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp1133 AbilityRuntime::WantAgent::WantAgent *wantAgentPtr = nullptr; in GetNotificationActionButtonsDetailedBasicInfo() local
1164 napi_unwrap(env, value, (void **)&wantAgentPtr); in GetNotificationActionButtonsDetailedBasicInfo()
1165 if (wantAgentPtr == nullptr) { in GetNotificationActionButtonsDetailedBasicInfo()
1169 wantAgent = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(*wantAgentPtr); in GetNotificationActionButtonsDetailedBasicInfo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1668 AbilityRuntime::WantAgent::WantAgent *wantAgentPtr = nullptr; in GetNotificationActionButtonsDetailedBasicInfo() local
1699 napi_unwrap(env, value, (void **)&wantAgentPtr); in GetNotificationActionButtonsDetailedBasicInfo()
1700 if (wantAgentPtr == nullptr) { in GetNotificationActionButtonsDetailedBasicInfo()
1704 wantAgent = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(*wantAgentPtr); in GetNotificationActionButtonsDetailedBasicInfo()