| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
| H A D | wifi_country_code_policy_test.cpp | 75 std::string code;
in HWTEST_F() local 82 std::string code;
in HWTEST_F() local 91 std::string code;
in HWTEST_F() local 162 std::string code;
in HWTEST_F() local 194 std::string code;
in HWTEST_F() local 201 std::string code; HWTEST_F() local 215 std::string code; HWTEST_F() local 226 std::string code; HWTEST_F() local 288 std::string code; HWTEST_F() local 316 std::string code; HWTEST_F() local 330 std::string code; HWTEST_F() local 337 std::string code; HWTEST_F() local 355 std::string code; HWTEST_F() local 362 std::string code; HWTEST_F() local 369 std::string code; HWTEST_F() local 376 std::string code; HWTEST_F() local 383 std::string code; HWTEST_F() local 390 std::string code; HWTEST_F() local [all...] |
| /foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/deviceprofile_fuzzer/ |
| H A D | device_profile_fuzzer.cpp | 84 uint32_t code = Convert2Uint32(rawData); in FuzzDeviceProfile() local
|
| /foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
| H A D | distributed_device_profile_stub_test.cpp | 115 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_ACL_PROFILE);
in HWTEST_F() local 127 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE);
in HWTEST_F() local 139 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::GET_TRUST_DEVICE_PROFILE);
in HWTEST_F() local 151 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::GET_ALL_TRUST_DEVICE_PROFILE);
in HWTEST_F() local 163 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::GET_ACL_PROFILE);
in HWTEST_F() local 175 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::GET_ALL_ACL_PROFILE); HWTEST_F() local 187 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::DELETE_ACL_PROFILE); HWTEST_F() local 199 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::SUBSCRIBE_DEVICE_PROFILE); HWTEST_F() local 211 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::UNSUBSCRIBE_DEVICE_PROFILE); HWTEST_F() local 223 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::SEND_SUBSCRIBE_INFOS); HWTEST_F() local 235 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_SERVICE_PROFILE); HWTEST_F() local 247 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_SERVICE_PROFILE_BATCH); HWTEST_F() local 259 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_CHAR_PROFILE); HWTEST_F() local 271 uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_CHAR_PROFILE_BATCH); HWTEST_F() local 283 uint32_t code = 1000; HWTEST_F() local 295 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::PUT_DEVICE_PROFILE); HWTEST_F() local 307 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::DELETE_DEVICE_PROFILE); HWTEST_F() local 319 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE); HWTEST_F() local 331 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::SUBSCRIBE_PROFILE_EVENT); HWTEST_F() local 343 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::UNSUBSCRIBE_PROFILE_EVENT); HWTEST_F() local 355 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::SYNC_DEVICE_PROFILE); HWTEST_F() local 367 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_DEVICE_PROFILE_NEW); HWTEST_F() local 379 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_SERVICE_PROFILE); HWTEST_F() local 391 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE); HWTEST_F() local 403 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DEL_SERVICE_PROFILE); HWTEST_F() local 415 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DEL_CHAR_PROFILE); HWTEST_F() local 427 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::SYNC_DEVICE_PROFILE_NEW); HWTEST_F() local 439 uint32_t code = 1000; HWTEST_F() local [all...] |
| /foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/ |
| H A D | ethernet_service_proxy.cpp | 363 SendRequest(MessageParcel &data, const std::string &iface, MessageParcel &reply, uint32_t code) SendRequest() argument [all...] |
| /foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/ |
| H A D | ethernet_service_stub.cpp | 66 int32_t EthernetServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
| /foundation/communication/netmanager_ext/test/vpnmanager/fuzztest/vpnclient_fuzzer/ |
| H A D | vpnclient_fuzzer.cpp | 105 __attribute__((no_sanitize("cfi"))) int32_t OnRemoteRequest(INetworkVpnService::MessageCode code, MessageParcel &data) in OnRemoteRequest() argument
|
| /foundation/communication/nfc/services/src/ipc/controller/ |
| H A D | nfc_controller_stub.cpp | 32 int NfcControllerStub::OnRemoteRequest(uint32_t code, /* [in] */
in OnRemoteRequest() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
| H A D | wifi_common_event_helper.cpp | 31 bool WifiCommonEventHelper::PublishEvent(const std::string &eventAction, const int &code, const std::string &data, in PublishEvent() argument 59 bool WifiCommonEventHelper::PublishEvent(const std::string &eventAction, const int &code, const std::string &data) in PublishEvent() argument 78 PublishEvent(const std::string &eventAction, const std::string ¶mKey, T paramValue, const int &code, const std::string &data) PublishEvent() argument 99 PublishWifi2PowerStateChangeEvent(const int &code, const std::string &data) PublishWifi2PowerStateChangeEvent() argument 104 PublishPowerStateChangeEvent(const int &code, const std::string &data) PublishPowerStateChangeEvent() argument 109 PublishScanFinishedEvent(const int &code, const std::string &data) PublishScanFinishedEvent() argument 114 PublishScanStateChangedEvent(const int &code, const std::string &data) PublishScanStateChangedEvent() argument 119 PublishWifiSemiStateChangedEvent(const int &code, const std::string &data) PublishWifiSemiStateChangedEvent() argument 128 PublishRssiValueChangedEvent(const std::string &pramKey, int paramValue, const int &code, const std::string &data) PublishRssiValueChangedEvent() argument 134 PublishWiTasRssiValueChangedEvent(const int &code, const std::string &data) PublishWiTasRssiValueChangedEvent() argument 139 PublishWifi2ConnStateChangedEvent(const int &code, const std::string &data) PublishWifi2ConnStateChangedEvent() argument 144 PublishConnStateChangedEvent(const int &code, const std::string &data) PublishConnStateChangedEvent() argument 149 PublishHotspotStateChangedEvent(const int &code, const std::string &data) PublishHotspotStateChangedEvent() argument 154 PublishApStaJoinEvent(const int &code, const std::string &data) PublishApStaJoinEvent() argument 159 PublishApStaLeaveEvent(const int &code, const std::string &data) PublishApStaLeaveEvent() argument 164 PublishMPlinkEvent(const int &code, const std::string &data) PublishMPlinkEvent() argument 169 PublishP2pStateChangedEvent(const int &code, const std::string &data) PublishP2pStateChangedEvent() argument 174 PublishP2pConnStateEvent(const int &code, const std::string &data) PublishP2pConnStateEvent() argument 179 PublishP2pPeersStateChangedEvent(const int &code, const std::string &data) PublishP2pPeersStateChangedEvent() argument 184 PublishP2pDicoveryStateChangedEvent(const int &code, const std::string &data) PublishP2pDicoveryStateChangedEvent() argument 189 PublishP2pCurrentDeviceStateChangedEvent(const int &code, const std::string &data) PublishP2pCurrentDeviceStateChangedEvent() argument 194 PublishP2pGroupStateChangedEvent(const int &code, const std::string &data) PublishP2pGroupStateChangedEvent() argument 199 PublishSelfcureStateChangedEvent(const int &pid, const int &code, bool isSelfCureOnGoing) PublishSelfcureStateChangedEvent() argument [all...] |
| /foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/newdeviceprofile_fuzzer/ |
| H A D | new_device_profile_fuzzer.cpp | 84 uint32_t code = Convert2Uint32(rawData); in FuzzDeviceProfile() local
|
| /foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ |
| H A D | networkshare_service_proxy.cpp | 43 int32_t NetworkShareServiceProxy::SendRequest(TetheringInterfaceCode code, MessageParcel &data, in SendRequest() argument [all...] |
| /foundation/communication/netmanager_ext/services/networksharemanager/src/stub/ |
| H A D | networkshare_service_stub.cpp | 51 int32_t NetworkShareServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
| /foundation/communication/wifi/wifi/frameworks/native/src/ |
| H A D | wifi_device_callback_stub.cpp | 33 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument 154 RemoteOnWifiStateChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnWifiStateChanged() argument 162 RemoteOnWifiConnectionChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnWifiConnectionChanged() argument 207 RemoteOnWifiRssiChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnWifiRssiChanged() argument 215 RemoteOnWifiWpsStateChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnWifiWpsStateChanged() argument 226 RemoteOnStreamChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnStreamChanged() argument 234 RemoteOnDeviceConfigChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) RemoteOnDeviceConfigChanged() argument [all...] |
| H A D | wifi_device_callback_stub_lite.cpp | 32 int WifiDeviceCallBackStub::OnRemoteInterfaceToken(uint32_t code, IpcIo *data) in OnRemoteInterfaceToken() argument 46 int WifiDeviceCallBackStub::OnRemoteRequest(uint32_t code, IpcIo *data) in OnRemoteRequest() argument 165 RemoteOnWifiStateChanged(uint32_t code, IpcIo *data) RemoteOnWifiStateChanged() argument 174 RemoteOnWifiConnectionChanged(uint32_t code, IpcIo *data) RemoteOnWifiConnectionChanged() argument 223 RemoteOnWifiRssiChanged(uint32_t code, IpcIo *data) RemoteOnWifiRssiChanged() argument 232 RemoteOnWifiWpsStateChanged(uint32_t code, IpcIo *data) RemoteOnWifiWpsStateChanged() argument 243 RemoteOnStreamChanged(uint32_t code, IpcIo *data) RemoteOnStreamChanged() argument 252 RemoteOnDeviceConfigChanged(uint32_t code, IpcIo *data) RemoteOnDeviceConfigChanged() argument [all...] |
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
| H A D | wifi_hal_ap_interface.c | 169 WifiErrorNo SetCountryCode(const char *code, int id) in SetCountryCode() argument
|
| /foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiidlclient_fuzzer/ |
| H A D | wifiidlclient_fuzzer.cpp | 175 const char *code = "CN"; in OnIWifiHotSpotIfaceTest() local
|
| /foundation/communication/nfc/test/fuzztest/services_test/controller_test/nfccontrollerstub/nfccontrollerstub_fuzzer/ |
| H A D | nfccontrollerstub_fuzzer.cpp | 198 uint32_t code = static_cast<uint32_t>(NFC::NfcServiceIpcInterfaceCode::COMMAND_REG_NDEF_MSG_CALLBACK); in FuzzHandleRegNdefMsgCb() local 214 uint32_t code = static_cast<uint32_t>(NFC::NfcServiceIpcInterfaceCode::COMMAND_QUERY_APP_INFO_MSG_CALLBACK); in FuzzHandleRegQueryApplicationCb() local 229 uint32_t code = static_cast<uint32_t>(NFC::NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY); in FuzzHandleRegCardEmulationNotifyCb() local
|
| /foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/enablep2p_fuzzer/ |
| H A D | enablep2p_fuzzer.cpp | 57 uint32_t code = U32_AT(data) % MAP_SCAN_NUMS + static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_FULL_SCAN); in DoSomethingScanStubTest() local 72 uint32_t code = U32_AT(data) % MAP_P2P_NUMS + static_cast<uint32_t>(P2PInterfaceCode::WIFI_SVR_CMD_P2P_ENABLE); in DoSomethingP2pStubTets() local 88 uint32_t code in DoSomethingHotSpotStubTest() local 104 uint32_t code = U32_AT(data) % MAP_DEVICE_NUMS + static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_ENABLE_WIFI); DoSomethingDeviceStubTest() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | rdb_result_set_stub_test.cpp | 105 uint32_t code = -1;
in HWTEST_F() local 134 RdbResultSetStub::Code code = static_cast<RdbResultSetStub::Code>(i);
in HWTEST_F() local
|
| H A D | device_matrix_test.cpp | 163 auto code = DeviceMatrix::GetInstance().GetCode(meta); in HWTEST_F() local 195 auto code = DeviceMatrix::GetInstance().GetCode(meta); in HWTEST_F() local 227 auto code = DeviceMatrix::GetInstance().GetCode(meta); in HWTEST_F() local 246 auto code = DeviceMatrix::GetInstance().GetCode(meta); HWTEST_F() local 272 auto code = DeviceMatrix::GetInstance().GetCode(meta); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
| H A D | napi_queue.cpp | 126 napi_value code = nullptr; in SetBusinessError() local
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
| H A D | async_call.cpp | 107 napi_value code = nullptr; in SetBusinessError() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
| H A D | udmf_service_stub.cpp | 35 int UdmfServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnRemoteRequest() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
| H A D | ikvstore_observer.cpp | 107 int32_t KvStoreObserverStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/ |
| H A D | feature_system.cpp | 99 int32_t FeatureSystem::Feature::OnUserChange(uint32_t code, const std::string &user, const std::string &account) in OnUserChange() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
| H A D | feature_test.cpp | 224 uint32_t code = 1;
in HWTEST_F() local
|