Home
last modified time | relevance | path

Searched refs:which (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_upstreammonitor_test.cpp225 int32_t which = 100; in HWTEST_F() local
226 monitor->NotifyMainStateMachine(which, nullptr); in HWTEST_F()
227 monitor->NotifyMainStateMachine(which); in HWTEST_F()
231 monitor->NotifyMainStateMachine(which, nullptr); in HWTEST_F()
232 monitor->NotifyMainStateMachine(which); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_upstreammonitor_test.cpp226 int32_t which = 100; in HWTEST_F() local
227 monitor->NotifyMainStateMachine(which, nullptr); in HWTEST_F()
228 monitor->NotifyMainStateMachine(which); in HWTEST_F()
232 monitor->NotifyMainStateMachine(which, nullptr); in HWTEST_F()
233 monitor->NotifyMainStateMachine(which); in HWTEST_F()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_upstreammonitor.h97 void NotifyMainStateMachine(int32_t which, const std::shared_ptr<UpstreamNetworkInfo> &obj);
98 void NotifyMainStateMachine(int32_t which);
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_upstreammonitor.cpp180 void NetworkShareUpstreamMonitor::NotifyMainStateMachine(int which, const std::shared_ptr<UpstreamNetworkInfo> &obj) in NotifyMainStateMachine() argument
185 notifyUpstreamCallback_->OnUpstreamStateChanged(eventId_, which, 0, obj); in NotifyMainStateMachine()
189 void NetworkShareUpstreamMonitor::NotifyMainStateMachine(int which) in NotifyMainStateMachine() argument
194 notifyUpstreamCallback_->OnUpstreamStateChanged(eventId_, which); in NotifyMainStateMachine()
H A Dnetworkshare_tracker.cpp394 int32_t which = 0; in HandleSubSmUpdateInterfaceState() local
398 which = EVENT_IFACE_SM_STATE_INACTIVE; in HandleSubSmUpdateInterfaceState()
401 which = EVENT_IFACE_SM_STATE_ACTIVE; in HandleSubSmUpdateInterfaceState()
407 SendMainSMEvent(who, which, state); in HandleSubSmUpdateInterfaceState()
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp185 bool GeometryTransition::Update(const WeakPtr<FrameNode>& which, const WeakPtr<FrameNode>& value) in Update() argument
188 if (which.Upgrade() == inNode_.Upgrade()) { in Update()
190 } else if (which.Upgrade() == outNode_.Upgrade()) { in Update()
195 auto whichNode = which.Upgrade(); in Update()
351 // draw self and children in sandbox which will not be affected by parent's transition in SyncGeometry()
412 // For nodes without transition (still on the tree), but still need to follow the matched node which has
H A Dgeometry_transition.h59 bool Update(const WeakPtr<FrameNode>& which, const WeakPtr<FrameNode>& value);
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/
H A Ddump_event.bat43 echo Please enter the window ID which is to be dumped.
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h87 int InsertItemObject(int which, const JsonObject &newItem);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp436 int JsonObject::InsertItemObject(int which, const JsonObject &newItem) in InsertItemObject() argument
446 cJSON_InsertItemInArray(cjson_, which, cpoyItem); in InsertItemObject()
853 int JsonObject::InsertItemObject(int which, const JsonObject &newItem)
855 (void)which;
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h90 virtual int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname,
92 virtual int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname,
H A Dnetsys_native_service_proxy.h56 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
58 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h80 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
82 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h78 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string ifname, const std::string parameter,
80 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string ifname, const std::string parameter,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp139 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
145 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_test.cpp155 int32_t which = 14; in HWTEST_F() local
159 int32_t ret = instance_->GetProcSysNet(ipversion, which, ifname, paramete, value); in HWTEST_F()
166 int32_t which = 14; in HWTEST_F() local
170 int32_t ret = instance_->SetProcSysNet(ipversion, which, ifname, paramete, value); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp161 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
167 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
903 int32_t which = 0; in HWTEST_F() local
914 if (!data.WriteUint32(which)) { in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp301 int32_t NetsysNativeService::GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, in GetProcSysNet() argument
304 int32_t result = netsysService_->GetProcSysNet(family, which, ifname, parameter, &value); in GetProcSysNet()
309 int32_t NetsysNativeService::SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, in SetProcSysNet() argument
312 int32_t result = netsysService_->SetProcSysNet(family, which, ifname, parameter, value); in SetProcSysNet()
H A Dnetsys_native_service_stub.cpp700 int32_t which = data.ReadInt32(); in CmdGetProcSysNet() local
704 int32_t result = GetProcSysNet(family, which, ifname, parameter, value); in CmdGetProcSysNet()
714 int32_t which = data.ReadInt32(); in CmdSetProcSysNet() local
718 int32_t result = SetProcSysNet(family, which, ifname, parameter, value); in CmdSetProcSysNet()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp296 int32_t NetManagerNative::SetProcSysNet(int32_t family, int32_t which, const std::string ifname, in SetProcSysNet() argument
302 int32_t NetManagerNative::GetProcSysNet(int32_t family, int32_t which, const std::string ifname, in GetProcSysNet() argument
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp641 int32_t which = NetSysGetData<int32_t>(); in GetProcSysNetFuzzTest() local
646 dataParcel.WriteInt32(which); in GetProcSysNetFuzzTest()
660 int32_t which = NetSysGetData<int32_t>(); in SetProcSysNetFuzzTest() local
666 dataParcel.WriteInt32(which); in SetProcSysNetFuzzTest()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp557 int32_t NetsysNativeServiceProxy::GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, in GetProcSysNet() argument
569 if (!data.WriteInt32(which)) { in GetProcSysNet()
597 int32_t NetsysNativeServiceProxy::SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, in SetProcSysNet() argument
608 if (!data.WriteInt32(which)) { in SetProcSysNet()

Completed in 30 milliseconds