| /third_party/node/src/tracing/ |
| H A D | node_trace_buffer.cc | 9 InternalTraceBuffer(size_t max_chunks, uint32_t id, Agent* agent) InternalTraceBuffer() argument 98 NodeTraceBuffer(size_t max_chunks, Agent* agent, uv_loop_t* tracing_loop) NodeTraceBuffer() argument
|
| H A D | agent.cc | 14 ScopedSuspendTracing(TracingController* controller, Agent* agent, in ScopedSuspendTracing() argument
|
| H A D | agent.h | 68 inline Agent* agent() { return agent_; } in agent() function in node::tracing::AgentWriterHandle 76 inline AgentWriterHandle(Agent* agent, int id) : agent_(agent), id_(id) {} in AgentWriterHandle() argument
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| H A D | ime_system_channel.cpp | 128 sptr<IRemoteObject> agent = nullptr; in RunConnectSystemCmd() local 226 auto agent = GetSystemCmdAgent(); in SendPrivateCommand() local
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| H A D | input_method_core_stub.cpp | 129 int32_t InputMethodCoreStub::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) in OnConnectSystemCmd() argument 141 sptr<IRemoteObject> agent = nullptr; in OnConnectSystemCmdOnRemote() local
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | request_module.cpp | 196 napi_value agent = nullptr;
in Init() local
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| H A D | notification_helper_test.cpp | 321 std::string agent = "Agent"; in HWTEST_F() local 335 std::string agent = "Agent"; in HWTEST_F() local
|
| /base/notification/distributed_notification_service/services/test/moduletest/ |
| H A D | ans_module_test.cpp | 1505 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = in HWTEST_F() local 1552 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = in HWTEST_F() local 1592 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = in HWTEST_F() local 1632 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = in HWTEST_F() local 1696 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> agent = in HWTEST_F() local
|
| /base/startup/init/interfaces/innerkits/control_fd/ |
| H A D | control_fd_client.c | 35 CmdAgent *agent = (CmdAgent *)context; in ProcessPtyWrite() local 55 CmdAgent *agent = (CmdAgent *)context; in ProcessPtyRead() local 88 CmdAgent *agent = (CmdAgent *)LE_GetUserData(task); in CmdOnClose() local 123 CmdAgent *agent in CmdAgentCreate() local 129 SendCmdMessage(const CmdAgent *agent, uint16_t type, const char *cmd, const char *ptyName) SendCmdMessage() argument 155 InitPtyInterface(CmdAgent *agent, uint16_t type, const char *cmd, CallbackSendMsgProcess callback) InitPtyInterface() argument 211 CmdAgent *agent = CmdAgentCreate(socketPath); CmdClientInit() local [all...] |
| /base/startup/init/test/unittest/innerkits/ |
| H A D | innerkits_unittest.cpp | 61 static int CallbackSendMsgProcessTest(const CmdAgent *agent, uint16_t type, const char *cmd, const char *ptyName) in CallbackSendMsgProcessTest() argument 337 CmdAgent *agent = CmdAgentCreate(INIT_CONTROL_FD_SOCKET_PATH); in HWTEST_F() local [all...] |
| /base/startup/init/services/begetctl/ |
| H A D | sandbox.cpp | 118 static int SendAppspawnCmdMessage(const CmdAgent *agent, uint16_t type, const char *cmd, const char *ptyName) in SendAppspawnCmdMessage() argument 158 CmdAgent agent; in CmdAppspawnClientInit() local
|
| /foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
| 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/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
|
| /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/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
| 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/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
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger-script.cc | 93 ActualScript(v8::Isolate* isolate, v8::Local<v8::debug::Script> script, bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) ActualScript() argument 353 Create( v8::Isolate* isolate, v8::Local<v8::debug::Script> scriptObj, bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) Create() argument
|
| /third_party/python/Lib/test/ |
| H A D | test_robotparser.py | 14 agent = 'test_robotparser' variable in BaseRobotTest 144 agent = 'figtree' global() variable in CrawlDelayAndRequestRateTest 153 agent = 'FigTree Robot libwww-perl/5.04' global() variable in DifferentAgentTest 192 agent = 'Googlebot' global() variable in AnotherInvalidRequestRateTest 208 agent = 'Googlebot' global() variable in UserAgentOrderingTest 213 agent = 'Googlebot-Mobile' global() variable in UserAgentGoogleMobileTest 224 agent = 'googlebot' global() variable in GoogleURLOrderingTest [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | wget.c | 279 char agent[] = "toybox wget/" TOYBOX_VERSION; in wget_main() local
|
| /base/inputmethod/imf/services/src/ |
| H A D | input_method_system_ability_stub.cpp | 80 sptr<IRemoteObject> agent = nullptr; in StartInputOnRemote() local 411 sptr<IRemoteObject> agent = nullptr; in ConnectSystemCmdOnRemote() local
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| H A D | input_method_private_member_test.cpp | 292 sptr<IRemoteObject> agent = nullptr; in HWTEST_F() local
|
| /base/startup/init/test/systest/ |
| H A D | loopclient_systest.c | 91 Agent *agent = (Agent *)LE_GetUserData(task); in CreateAgent() local 134 Agent *agent = CreateAgent(socketPath, flags); in ClientInit() 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
|
| /third_party/node/src/inspector/ |
| H A D | main_thread_interface.cc | 143 Agent* agent = thread_->inspector_agent(); in Connect() local 200 MainThreadInterface::MainThreadInterface(Agent* agent) : agent_(agent) {} in MainThreadInterface() argument
|