Home
last modified time | relevance | path

Searched defs:agent (Results 1 - 25 of 42) sorted by relevance

12

/third_party/node/test/parallel/
H A Dtest-http-agent-close.js
H A Dtest-http-agent-false.js
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent.cpp47 WantAgent *agent = new (std::nothrow) WantAgent(); in Unmarshalling() local
H A Dwant_agent_helper.cpp177 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...]
/third_party/node/src/tracing/
H A Dtrace_event.cc10 void TraceEventHelper::SetAgent(Agent* agent) { in SetAgent() argument
H A Dnode_trace_buffer.cc9 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 Dagent.cc14 ScopedSuspendTracing(TracingController* controller, Agent* agent, in ScopedSuspendTracing() argument
H A Dagent.h68 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
/third_party/node/benchmark/http2/
H A Dheaders.js
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp570 auto agent = context->GetAgentById(contextEventMsgSptr->agentId); in HWTEST_F() local
595 auto agent = context->GetAgentById(contextEventMsgSptr->agentId); in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_dispatcher_test.cpp62 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
93 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
122 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
213 std::shared_ptr<SoftbusAgent> agent = std::make_shared<SoftbusAgent>(wmp); in HWTEST_F() local
H A Dsoftbus_agent_test.cpp110 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/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_dispatcher.cpp42 auto agent = busNameToAgent_.find(busName); in RegisterSessionListener() local
56 auto agent = busNameToAgent_.find(busName); in UnregisterSessionListener() local
73 auto agent = busNameToAgent_.find(string(peerSessionName)); in GetAgent() local
90 auto agent = GetAgent(sessionId, peerSessionName); in OnSessionOpened() local
114 auto agent in OnSessionClosed() local
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_lite_stub.cpp84 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in HandleRegisterDisplayManagerAgent() local
97 auto agent = iface_cast<IDisplayManagerAgent>(data.ReadRemoteObject()); in HandleUnRegisterDisplayManagerAgent() local
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext.cpp96 auto agent = GetAgentById(eventMsg->agentId); in HandleAgentDestroy() local
129 auto agent = GetAgentById(eventMsg->agentId); DistributeEvent() local
245 std::shared_ptr<Agent> agent = nullptr; HandleCreateAgent() local
332 auto agent = GetAgentById(eventMsg->agentId); HandleStateDestroyAgent() local
355 auto agent = GetAgentById(sinkAgentId); CheckNeedDestroySink() local
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp46 void CheckWindowAgentFunctionsPart1(sptr<WindowAgent> agent, const uint8_t* data, size_t size) in CheckWindowAgentFunctionsPart1() argument
88 void CheckWindowAgentFunctionsPart2(sptr<WindowAgent> agent, cons argument
[all...]
/foundation/window/window_manager/utils/include/
H A Dclient_agent_container.h74 bool ClientAgentContainer<T1, T2>::RegisterAgent(const sptr<T1>& agent, T2 type) in RegisterAgent() argument
90 UnregisterAgent(const sptr<T1>& agent, T2 type) UnregisterAgent() argument
119 UnregisterAgentLocked(std::set<sptr<T1>>& agents, const sptr<IRemoteObject>& agent) UnregisterAgentLocked() argument
175 GetAgentPid(const sptr<T1>& agent) GetAgentPid() argument
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp926 shared_ptr<SoftbusAgent> agent = nullptr; in HWTEST_F() local
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp73 shared_ptr<DraggingPlayerAgent> agent = make_shared<DraggingPlayerAgent>(); in Create() local
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp125 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 Dabstract_screen_controller_test.cpp788 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/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp88 auto agent = std::find(agentSet.begin(), agentSet.end(), windowManagerAgent); in UnregisterWindowManagerAgent() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc93 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 Dtest_robotparser.py14 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 Dwget.c279 char agent[] = "toybox wget/" TOYBOX_VERSION; in wget_main() local

Completed in 15 milliseconds

12