| /base/startup/init/interfaces/innerkits/control_fd/ |
| D | control_fd_client.c | 33 CmdAgent *agent = (CmdAgent *)context; in ProcessPtyWrite() local 53 CmdAgent *agent = (CmdAgent *)context; in ProcessPtyRead() local 80 CmdAgent *agent = (CmdAgent *)LE_GetUserData(task); in CmdOnClose() local 115 CmdAgent *agent = (CmdAgent *)LE_GetUserData(task); in CmdAgentCreate() local 121 CONTROL_FD_STATIC int SendCmdMessage(const CmdAgent *agent, uint16_t type, const char *cmd, const c… in SendCmdMessage() 147 CONTROL_FD_STATIC int InitPtyInterface(CmdAgent *agent, uint16_t type, const char *cmd) in InitPtyInterface() 198 CmdAgent *agent = CmdAgentCreate(socketPath); in CmdClientInit() local
|
| D | control_fd_service.c | 33 CmdTask *agent = (CmdTask *)LE_GetUserData(task); in OnClose() local 60 CmdTask *agent = (CmdTask *)LE_GetUserData(task); in CmdOnRecvMessage() local 177 CmdTask *agent = ListEntry(node, CmdTask, item); in CmdServiceProcessDelClient() local 189 CmdTask *agent = ListEntry(node, CmdTask, item); in CmdServiceDestroyProc() local
|
| /base/hiviewdfx/hiview/adapter/service/idl/include/ |
| D | hiview_service_agent.h | 56 HiviewServiceDeathRecipient(HiviewServiceAgent& agent) : hiviewServiceAgent_(agent) {}; in HiviewServiceDeathRecipient()
|
| /base/msdp/device_status/interfaces/innerkits/include/ |
| D | devicestatus_agent.h | 40 … explicit DeviceStatusAgentCallback(std::shared_ptr<DeviceStatusAgent> agent) : agent_(agent) {}; in DeviceStatusAgentCallback()
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | identity_checker_test.cpp | 160 sptr<IRemoteObject> agent = nullptr; variable 178 sptr<IRemoteObject> agent = nullptr; variable 196 sptr<IRemoteObject> agent = nullptr; variable 214 sptr<IRemoteObject> agent = nullptr; variable
|
| /base/msdp/device_status/frameworks/native/src/ |
| D | devicestatus_agent.cpp | 35 std::shared_ptr<DeviceStatusAgent> agent = agent_.lock(); in OnDeviceStatusChanged() local
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_client_proxy.cpp | 30 int32_t InputClientProxy::OnInputReady(const sptr<IInputMethodAgent> &agent) in OnInputReady()
|
| D | input_method_controller.cpp | 262 sptr<IRemoteObject> agent = nullptr; in Attach() local 467 …2_t InputMethodController::StartInput(InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent) in StartInput() 611 auto agent = GetAgent(); in OnCursorUpdate() local 645 auto agent = GetAgent(); in OnSelectionChange() local 672 auto agent = GetAgent(); in OnConfigurationChange() local 750 auto agent = GetAgent(); in DispatchKeyEventInner() local 826 auto agent = GetAgent(); in SetCallingWindow() local
|
| D | input_client_stub.cpp | 112 int32_t InputClientStub::OnInputReady(const sptr<IInputMethodAgent> &agent) in OnInputReady()
|
| D | input_method_system_ability_proxy.cpp | 33 …tMethodSystemAbilityProxy::StartInput(InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent) in StartInput() 93 const sptr<IInputMethodCore> &core, const sptr<IInputMethodAgent> &agent) in SetCoreAndAgent()
|
| /base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/ |
| D | perusersession_fuzzer.cpp | 92 auto agent = iface_cast<IInputMethodAgent>(agentStub); in FuzzPerUserSession() local
|
| /base/inputmethod/imf/services/src/ |
| D | peruser_session.cpp | 463 …_t PerUserSession::OnStartInput(const InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent) in OnStartInput() 568 …ession::OnSetCoreAndAgent(const sptr<IInputMethodCore> &core, const sptr<IInputMethodAgent> &agent) in OnSetCoreAndAgent() 589 …ssion::OnRegisterProxyIme(const sptr<IInputMethodCore> &core, const sptr<IInputMethodAgent> &agent) in OnRegisterProxyIme() 751 …erUserSession::AddImeData(ImeType type, sptr<IInputMethodCore> core, sptr<IInputMethodAgent> agent) in AddImeData()
|
| D | input_method_system_ability.cpp | 259 … InputMethodSystemAbility::StartInput(InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent) in StartInput() 364 const sptr<IInputMethodCore> &core, const sptr<IInputMethodAgent> &agent) in SetCoreAndAgent()
|
| D | input_method_system_ability_stub.cpp | 55 sptr<IRemoteObject> agent = nullptr; in StartInputOnRemote() local
|
| /base/startup/init/test/unittest/innerkits/ |
| D | innerkits_unittest.cpp | 327 CmdAgent *agent = CmdAgentCreate(INIT_CONTROL_FD_SOCKET_PATH); variable
|
| /base/request/request/frameworks/js/napi/src/ |
| D | request_module.cpp | 191 napi_value agent = nullptr; in Init() local
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_manager_stub_invalid.cpp | 128 ErrCode AnsManagerStub::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() 134 ErrCode AnsManagerStub::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
|
| D | ans_notification.cpp | 260 ErrCode AnsNotification::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() 269 ErrCode AnsNotification::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
|
| D | ans_manager_proxy.cpp | 357 ErrCode AnsManagerProxy::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() 391 ErrCode AnsManagerProxy::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_helper.cpp | 117 ErrCode NotificationHelper::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() 122 ErrCode NotificationHelper::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_helper_test.cpp | 297 std::string agent = "Agent"; variable 311 std::string agent = "Agent"; variable
|
| /base/notification/distributed_notification_service/services/test/moduletest/ |
| D | ans_module_test.cpp | 1528 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable 1573 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable 1606 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable 1639 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable 1696 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
| D | ans_notification_branch_test.cpp | 130 ErrCode SetNotificationAgent(const std::string &agent) override in SetNotificationAgent() 135 ErrCode GetNotificationAgent(std::string &agent) override in GetNotificationAgent()
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
| D | ans_manager_proxy_unit_test.cpp | 2329 std::string agent = "agent"; variable 2349 std::string agent = ""; variable 2371 std::string agent = "agent"; variable 2391 std::string agent = "agent"; variable 2413 std::string agent = "agent"; variable 2433 std::string agent; variable 2456 std::string agent; variable 2477 std::string agent; variable 2499 std::string agent; variable 2521 std::string agent; variable
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_service.cpp | 711 ErrCode AdvancedNotificationService::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() 716 ErrCode AdvancedNotificationService::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
|