Searched refs:wantAgentPtr (Results 1 – 4 of 4) sorted by relevance
187 auto wantAgentPtr = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(); in AvSessionItemTestImplExtension() local206 avSessionItem->SetLaunchAbility(*wantAgentPtr); in AvSessionItemTestImplExtension()
496 AbilityRuntime::WantAgent::WantAgent *wantAgentPtr = nullptr; in GetWantAgent() local502 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()
1133 AbilityRuntime::WantAgent::WantAgent *wantAgentPtr = nullptr; in GetNotificationActionButtonsDetailedBasicInfo() local1164 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()
1668 AbilityRuntime::WantAgent::WantAgent *wantAgentPtr = nullptr; in GetNotificationActionButtonsDetailedBasicInfo() local1699 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()