| /third_party/node/src/ |
| H A D | inspector_js_api.cc | 169 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 D | inspector_agent.cc | 88 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 D | input_method_ability_test.cpp | 168 auto agent = inputMethodAbility_->agentStub_->AsObject(); in GetIMCAttachIMA() local
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
| H A D | ans_notification_unit_test.cpp | 556 std::string agent = "this is agent";
in HWTEST_F() local
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| H A D | ans_manager_proxy.cpp | 480 ErrCode AnsManagerProxy::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() argument 514 ErrCode AnsManagerProxy::GetNotificationAgent(std::string &agent) in GetNotificationAgent() argument
|
| H A D | ans_manager_stub_invalid.cpp | 148 ErrCode AnsManagerStub::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() argument 154 ErrCode AnsManagerStub::GetNotificationAgent(std::string &agent) in GetNotificationAgent() argument
|
| H A D | ans_manager_stub.cpp | 877 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 D | ans_manager_proxy_unit_test.cpp | 2461 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 D | ans_manager_stub_test.cpp | 913 std::string agent = "this is a agent"; in HWTEST_F() local
|
| /base/startup/init/test/systest/ |
| H A D | loopserver_systest.c | 233 MyTask *agent = (MyTask *)LE_GetUserData(stream); in OnConnection() 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
|
| /third_party/node/src/tracing/ |
| H A D | trace_event.h | 517 node::tracing::Agent* agent = in AddMetadataEventImpl() local
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-inspector-session-impl.cc | 356 void V8InspectorSessionImpl::reportAllContexts(V8RuntimeAgentImpl* agent) { in reportAllContexts() argument
|
| /base/inputmethod/imf/services/src/ |
| H A D | peruser_session.cpp | 545 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 D | input_method_system_ability.cpp | 270 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 D | input_method_controller.cpp | 246 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 D | input_method_ability.cpp | 781 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 D | common.cpp | 1122 CreateWantAgentByJS(const napi_env &env, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &agent) CreateWantAgentByJS() argument
|
| H A D | common_convert_request.cpp | 192 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 D | notification_helper.cpp | 129 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 D | advanced_notification_service_test.cpp | 1465 std::string agent = "agent"; in HWTEST_F() local
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
| H A D | mock_image_source.cpp | 219 uint32_t ImageSource::CheckEncodedFormat(AbsImageFormatAgent &agent) in CheckEncodedFormat() argument
|
| /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/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
| 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
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | advanced_notification_service.cpp | 1147 ErrCode AdvancedNotificationService::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() argument 1152 ErrCode AdvancedNotificationService::GetNotificationAgent(std::string &agent) in GetNotificationAgent() argument
|