Home
last modified time | relevance | path

Searched defs:agent (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent.cpp47 WantAgent *agent = new (std::nothrow) WantAgent(); in Unmarshalling() local
H A Dwant_agent_helper.cpp177 std::shared_ptr<WantAgent> agent = std::make_shared<WantAgent>(std::make_shared<PendingWant>(target)); in GetWantAgent() local
182 WantAgentConstant::OperationType WantAgentHelper::GetType(std::shared_ptr<WantAgent> agent) in GetType() argument
191 ErrCode WantAgentHelper::TriggerWantAgent(std::shared_ptr<WantAgent> agent, in TriggerWantAgent() argument
226 Cancel(const std::shared_ptr<WantAgent> agent) Cancel() argument
242 IsEquals( const std::shared_ptr<WantAgent> &agent, const std::shared_ptr<WantAgent> &otherAgent) IsEquals() argument
255 GetBundleName(const std::shared_ptr<WantAgent> &agent, std::string &bundleName) GetBundleName() argument
272 GetUid(const std::shared_ptr<WantAgent> &agent, int32_t &uid) GetUid() argument
288 GetWant(const std::shared_ptr<WantAgent> &agent) GetWant() argument
305 RegisterCancelListener( const std::shared_ptr<CancelListener> &cancelListener, const std::shared_ptr<WantAgent> &agent) RegisterCancelListener() argument
322 UnregisterCancelListener( const std::shared_ptr<CancelListener> &cancelListener, const std::shared_ptr<WantAgent> &agent) UnregisterCancelListener() argument
339 ToString(const std::shared_ptr<WantAgent> &agent) ToString() argument
457 GetType(const std::shared_ptr<WantAgent> &agent, int32_t &operType) GetType() argument
467 GetWant(const std::shared_ptr<WantAgent> &agent, std::shared_ptr<AAFwk::Want> &want) GetWant() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp570 auto agent = context->GetAgentById(contextEventMsgSptr->agentId); in HWTEST_F() local
595 auto agent = context->GetAgentById(contextEventMsgSptr->agentId); in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_dispatcher_test.cpp62 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
93 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
122 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
213 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
H A Dsoftbus_agent_test.cpp110 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
131 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
157 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
181 std::shared_ptr<SoftbusAgent> agent in HWTEST_F() local
209 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
244 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
270 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
294 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
318 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
344 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
371 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
398 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
423 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
447 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
478 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
509 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
536 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
560 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
591 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
614 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_dispatcher.cpp42 auto agent = busNameToAgent_.find(busName); in RegisterSessionListener() local
56 auto agent = busNameToAgent_.find(busName); in UnregisterSessionListener() local
73 auto agent = busNameToAgent_.find(string(peerSessionName)); in GetAgent() local
90 auto agent = GetAgent(sessionId, peerSessionName); in OnSessionOpened() local
114 auto agent in OnSessionClosed() local
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_lite_stub.cpp84 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in HandleRegisterDisplayManagerAgent() local
97 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in HandleUnRegisterDisplayManagerAgent() local
H A Dscreen_session_manager_stub.cpp49 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in OnRemoteRequest() local
59 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in OnRemoteRequest() local
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext.cpp96 auto agent = GetAgentById(eventMsg->agentId); in HandleAgentDestroy() local
129 auto agent = GetAgentById(eventMsg->agentId); DistributeEvent() local
245 std::shared_ptr<Agent> agent = nullptr; HandleCreateAgent() local
332 auto agent = GetAgentById(eventMsg->agentId); HandleStateDestroyAgent() local
355 auto agent = GetAgentById(sinkAgentId); CheckNeedDestroySink() local
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp46 void CheckWindowAgentFunctionsPart1(sptr<WindowAgent> agent, const uint8_t* data, size_t size) in CheckWindowAgentFunctionsPart1() argument
88 void CheckWindowAgentFunctionsPart2(sptr<WindowAgent> agent, cons argument
[all...]
/foundation/window/window_manager/utils/include/
H A Dclient_agent_container.h74 bool ClientAgentContainer<T1, T2>::RegisterAgent(const sptr<T1>& agent, T2 type) in RegisterAgent() argument
90 UnregisterAgent(const sptr<T1>& agent, T2 type) UnregisterAgent() argument
119 UnregisterAgentLocked(std::set<sptr<T1>>& agents, const sptr<IRemoteObject>& agent) UnregisterAgentLocked() argument
175 GetAgentPid(const sptr<T1>& agent) GetAgentPid() argument
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp926 shared_ptr<SoftbusAgent> agent = nullptr; in HWTEST_F() local
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp73 shared_ptr<DraggingPlayerAgent> agent = make_shared<DraggingPlayerAgent>(); in Create() local
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp125 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in OnRemoteRequest() local
136 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in OnRemoteRequest() local
H A Dabstract_screen_controller.cpp1269 bool AbstractScreenController::OnRemoteDied(const sptr<IRemoteObject>& agent) in OnRemoteDied() argument
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp788 sptr<IRemoteObject> agent = nullptr; in HWTEST_F() local
799 sptr<IRemoteObject> agent = new IRemoteObjectMocker(); in HWTEST_F() local
810 sptr<IRemoteObject> agent = new IRemoteObjectMocker(); in HWTEST_F() local
931 sptr<IRemoteObject> agent = new IRemoteObjectMocker(); in HWTEST_F() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp88 auto agent = std::find(agentSet.begin(), agentSet.end(), windowManagerAgent); in UnregisterWindowManagerAgent() local
H A Dwindow_adapter.cpp150 auto agent = std::find(agentSet.begin(), agentSet.end(), windowManagerAgent); in UnregisterWindowManagerAgent() local
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_source_session.cpp496 std::shared_ptr<WfdSourceNetworkSession> agent = std::static_pointer_cast<WfdSourceNetworkSession>(sa); in HandlePlayRequest() local
531 std::shared_ptr<WfdSourceNetworkSession> agent = std::static_pointer_cast<WfdSourceNetworkSession>(sa); in HandleTeardownRequest() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp103 shared_ptr<SoftbusAgent> agent = nullptr; in JoinGroup() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp3955 sptr<ApplicationAgentImpl> agent = new ApplicationAgentImpl(); in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp2113 HeifFormatAgent agent; in HeapMemAlloc() local
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4181 OnRemoteDied(const sptr<IRemoteObject>& agent) OnRemoteDied() argument
[all...]

Completed in 36 milliseconds