/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | networkshare_upstreammonitor_test.cpp | 225 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 D | networkshare_upstreammonitor_test.cpp | 226 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 D | networkshare_upstreammonitor.h | 97 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 D | networkshare_upstreammonitor.cpp | 180 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 D | networkshare_tracker.cpp | 394 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 D | geometry_transition.cpp | 185 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 D | geometry_transition.h | 59 bool Update(const WeakPtr<FrameNode>& which, const WeakPtr<FrameNode>& value);
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/ |
H A D | dump_event.bat | 43 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 D | rd_json_object.h | 87 int InsertItemObject(int which, const JsonObject &newItem);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 436 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 D | i_netsys_service.h | 90 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 D | netsys_native_service_proxy.h | 56 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter, 58 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 80 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter, 82 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 78 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 D | netsys_native_service_stub_test.cpp | 139 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter, 145 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_test.cpp | 155 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 D | netsys_native_service_stub_test.cpp | 161 int32_t GetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter, 167 int32_t SetProcSysNet(int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter, 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 D | netsys_native_service.cpp | 301 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 D | netsys_native_service_stub.cpp | 700 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 D | net_manager_native.cpp | 296 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 D | net_sys_client_fuzzer.cpp | 641 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 D | netsys_native_service_proxy.cpp | 557 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()
|