Home
last modified time | relevance | path

Searched defs:agent (Results 51 - 75 of 85) sorted by relevance

1234

/third_party/node/src/
H A Dinspector_js_api.cc169 Agent* agent = env->inspector_agent(); in InspectorEnabled() local
282 Agent* agent = env->inspector_agent(); in Open() local
302 Agent* agent = env->inspector_agent(); in WaitForDebugger() local
[all...]
H A Dinspector_agent.cc88 Agent* agent = static_cast<Agent*>(start_io_thread_async.data); in StartIoThreadMain() local
148 Agent* agent = static_cast<Agent*>(start_io_thread_async.data); in StartIoThreadProc() local
[all...]
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp168 auto agent = inputMethodAbility_->agentStub_->AsObject(); in GetIMCAttachIMA() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp556 std::string agent = "this is agent"; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp480 ErrCode AnsManagerProxy::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() argument
514 ErrCode AnsManagerProxy::GetNotificationAgent(std::string &agent) in GetNotificationAgent() argument
H A Dans_manager_stub_invalid.cpp148 ErrCode AnsManagerStub::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() argument
154 ErrCode AnsManagerStub::GetNotificationAgent(std::string &agent) in GetNotificationAgent() argument
H A Dans_manager_stub.cpp877 std::string agent; in HandleSetNotificationAgent() local
893 std::string agent; in HandleGetNotificationAgent() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2461 std::string agent = "agent"; in HWTEST_F() local
2481 std::string agent = ""; in HWTEST_F() local
2503 std::string agent = "agent"; in HWTEST_F() local
2523 std::string agent = "agent"; in HWTEST_F() local
2545 std::string agent = "agent"; HWTEST_F() local
2565 std::string agent; HWTEST_F() local
2588 std::string agent; HWTEST_F() local
2609 std::string agent; HWTEST_F() local
2631 std::string agent; HWTEST_F() local
2653 std::string agent; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp913 std::string agent = "this is a agent"; in HWTEST_F() local
/base/startup/init/test/systest/
H A Dloopserver_systest.c233 MyTask *agent = (MyTask *)LE_GetUserData(stream); in OnConnection() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp103 shared_ptr<SoftbusAgent> agent = nullptr; in JoinGroup() local
/third_party/node/src/tracing/
H A Dtrace_event.h517 node::tracing::Agent* agent = in AddMetadataEventImpl() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.cc356 void V8InspectorSessionImpl::reportAllContexts(V8RuntimeAgentImpl* agent) { in reportAllContexts() argument
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp545 int32_t PerUserSession::OnStartInput(const InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent) in OnStartInput() argument
668 int32_t PerUserSession::OnSetCoreAndAgent(const sptr<IInputMethodCore> &core, const sptr<IRemoteObject> &agent) in OnSetCoreAndAgent() argument
695 int32_t PerUserSession::OnRegisterProxyIme(const sptr<IInputMethodCore> &core, const sptr<IRemoteObject> &agent) in OnRegisterProxyIme() argument
852 AddImeData(ImeType type, sptr<IInputMethodCore> core, sptr<IRemoteObject> agent, pid_t pid) AddImeData() argument
[all...]
H A Dinput_method_system_ability.cpp270 int32_t InputMethodSystemAbility::StartInput(InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent) in StartInput() argument
438 int32_t InputMethodSystemAbility::SetCoreAndAgent(const sptr<IInputMethodCore> &core, const sptr<IRemoteObject> &agent) in SetCoreAndAgent() argument
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp246 sptr<IRemoteObject> agent = nullptr; in Attach() local
507 int32_t InputMethodController::StartInput(InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent) in StartInput() argument
662 auto agent = GetAgent(); in OnCursorUpdate() local
696 auto agent in OnSelectionChange() local
729 sptr<IRemoteObject> agent = nullptr; OnConfigurationChange() local
736 auto agent = GetAgent(); OnConfigurationChange() local
821 auto agent = GetAgent(); DispatchKeyEvent() local
896 auto agent = GetAgent(); SetCallingWindow() local
1376 auto agent = GetAgent(); SendPrivateCommand() local
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp781 int32_t InputMethodAbility::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) in OnConnectSystemCmd() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp1122 CreateWantAgentByJS(const napi_env &env, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &agent) CreateWantAgentByJS() argument
H A Dcommon_convert_request.cpp192 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = request->GetWantAgent(); in SetNotificationRequestByWantAgent() local
400 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = actionButton->GetWantAgent(); in SetNotificationActionButton() local
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp129 ErrCode NotificationHelper::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() argument
134 ErrCode NotificationHelper::GetNotificationAgent(std::string &agent) in GetNotificationAgent() argument
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1465 std::string agent = "agent"; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp219 uint32_t ImageSource::CheckEncodedFormat(AbsImageFormatAgent &agent) in CheckEncodedFormat() argument
/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/window/window_manager/window_scene/screen_session_manager/src/zidl/
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
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1147 ErrCode AdvancedNotificationService::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() argument
1152 ErrCode AdvancedNotificationService::GetNotificationAgent(std::string &agent) in GetNotificationAgent() argument

Completed in 75 milliseconds

1234