Home
last modified time | relevance | path

Searched defs:agent (Results 1 – 25 of 28) sorted by relevance

12

/base/startup/init/interfaces/innerkits/control_fd/
Dcontrol_fd_client.c33 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
Dcontrol_fd_service.c33 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/msdp/device_status/interfaces/innerkits/include/
Ddevicestatus_agent.h40 … explicit DeviceStatusAgentCallback(std::shared_ptr<DeviceStatusAgent> agent) : agent_(agent) {}; in DeviceStatusAgentCallback()
/base/msdp/device_status/frameworks/native/src/
Ddevicestatus_agent.cpp35 std::shared_ptr<DeviceStatusAgent> agent = agent_.lock(); in OnDeviceStatusChanged() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_client_proxy.cpp30 int32_t InputClientProxy::OnInputReady(const sptr<IInputMethodAgent> &agent) in OnInputReady()
Dinput_client_stub.cpp158 int32_t InputClientStub::OnInputReady(const sptr<IInputMethodAgent> &agent) in OnInputReady()
Dinput_method_system_ability_proxy.cpp89 …thodSystemAbilityProxy::SetCoreAndAgent(sptr<IInputMethodCore> core, sptr<IInputMethodAgent> agent) in SetCoreAndAgent()
Dinput_method_controller.cpp1023 std::shared_ptr<IInputMethodAgent> agent = std::make_shared<InputMethodAgentProxy>(agentObject); in OnInputReady() local
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
Dperusersession_fuzzer.cpp92 auto agent = iface_cast<IInputMethodAgent>(agentStub); in FuzzPerUserSession() local
/base/inputmethod/imf/services/src/
Dperuser_session.cpp309 auto agent = GetAgent(); in SendAgentToSingleClient() local
364 …ession::OnSetCoreAndAgent(const sptr<IInputMethodCore> &core, const sptr<IInputMethodAgent> &agent) in OnSetCoreAndAgent()
528 void PerUserSession::SetAgent(sptr<IInputMethodAgent> agent) in SetAgent()
Dinput_method_system_ability.cpp295 …putMethodSystemAbility::SetCoreAndAgent(sptr<IInputMethodCore> core, sptr<IInputMethodAgent> agent) in SetCoreAndAgent()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_private_member_test.cpp282 sptr<IInputMethodAgent> agent = sptr(new InputMethodAgentProxy(inputMethodAgentStub)); variable
/base/startup/init/test/unittest/innerkits/
Dinnerkits_unittest.cpp327 CmdAgent *agent = CmdAgentCreate(INIT_CONTROL_FD_SOCKET_PATH); variable
/base/request/request/frameworks/js/napi/src/
Drequest_module.cpp176 napi_value agent = nullptr; in Init() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp105 ErrCode NotificationHelper::SetNotificationAgent(const std::string &agent) in SetNotificationAgent()
110 ErrCode NotificationHelper::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp128 ErrCode SetNotificationAgent(const std::string &agent) override in SetNotificationAgent()
133 ErrCode GetNotificationAgent(std::string &agent) override in GetNotificationAgent()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp297 std::string agent = "Agent"; variable
311 std::string agent = "Agent"; variable
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp1525 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable
1570 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable
1603 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable
1636 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable
1693 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp2000 std::string agent = "agent"; variable
2020 std::string agent = ""; variable
2042 std::string agent = "agent"; variable
2062 std::string agent = "agent"; variable
2084 std::string agent = "agent"; variable
2104 std::string agent; variable
2127 std::string agent; variable
2148 std::string agent; variable
2170 std::string agent; variable
2192 std::string agent; variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp218 ErrCode AnsNotification::SetNotificationAgent(const std::string &agent) in SetNotificationAgent()
227 ErrCode AnsNotification::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
Dans_manager_stub.cpp531 std::string agent; in HandleSetNotificationAgent() local
547 std::string agent; in HandleGetNotificationAgent() local
1890 ErrCode AnsManagerStub::SetNotificationAgent(const std::string &agent) in SetNotificationAgent()
1896 ErrCode AnsManagerStub::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
Dans_manager_proxy.cpp508 ErrCode AnsManagerProxy::SetNotificationAgent(const std::string &agent) in SetNotificationAgent()
542 ErrCode AnsManagerProxy::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_image_source.cpp219 uint32_t ImageSource::CheckEncodedFormat(AbsImageFormatAgent &agent) in CheckEncodedFormat()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp258 std::string agent = "this is agent"; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp950 ErrCode AdvancedNotificationService::SetNotificationAgent(const std::string &agent) in SetNotificationAgent()
955 ErrCode AdvancedNotificationService::GetNotificationAgent(std::string &agent) in GetNotificationAgent()
3649 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = request->GetRemovalWantAgent(); in TriggerRemoveWantAgent() local

12