/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent.cpp | 47 WantAgent *agent = new (std::nothrow) WantAgent(); in Unmarshalling() local
|
H A D | want_agent_helper.cpp | 177 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 D | context_unit_test.cpp | 570 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 D | softbus_session_dispatcher_test.cpp | 62 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 D | softbus_agent_test.cpp | 110 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 D | softbus_session_dispatcher.cpp | 42 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 D | screen_session_manager_lite_stub.cpp | 84 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in HandleRegisterDisplayManagerAgent() local 97 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in HandleUnRegisterDisplayManagerAgent() local
|
H A D | screen_session_manager_stub.cpp | 49 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 D | context.cpp | 96 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 D | window_agent_fuzzer.cpp | 46 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 D | client_agent_container.h | 74 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 D | device_manager_agent_test.cpp | 926 shared_ptr<SoftbusAgent> agent = nullptr; in HWTEST_F() local
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | dragging_player_agent.cpp | 73 shared_ptr<DraggingPlayerAgent> agent = make_shared<DraggingPlayerAgent>(); in Create() local
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 125 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject());
in OnRemoteRequest() local 136 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject());
in OnRemoteRequest() local
|
H A D | abstract_screen_controller.cpp | 1269 bool AbstractScreenController::OnRemoteDied(const sptr<IRemoteObject>& agent)
in OnRemoteDied() argument
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_controller_test.cpp | 788 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 D | window_adapter_lite.cpp | 88 auto agent = std::find(agentSet.begin(), agentSet.end(), windowManagerAgent); in UnregisterWindowManagerAgent() local
|
H A D | window_adapter.cpp | 150 auto agent = std::find(agentSet.begin(), agentSet.end(), windowManagerAgent); in UnregisterWindowManagerAgent() local
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_source_session.cpp | 496 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 D | device_manager_agent.cpp | 103 shared_ptr<SoftbusAgent> agent = nullptr; in JoinGroup() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_main_thread_test.cpp | 3955 sptr<ApplicationAgentImpl> agent = new ApplicationAgentImpl(); in HWTEST_F() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 2113 HeifFormatAgent agent;
in HeapMemAlloc() local
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 4181 OnRemoteDied(const sptr<IRemoteObject>& agent) OnRemoteDied() argument [all...] |