Home
last modified time | relevance | path

Searched defs:replyCode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Duser_cert_plugin_test.cpp143 int32_t replyCode = ERR_INVALID_VALUE; variable
165 int32_t replyCode = ERR_INVALID_VALUE; variable
189 int32_t replyCode = ERR_INVALID_VALUE; variable
H A Dpower_policy_plugin_test.cpp200 int32_t replyCode = reply.ReadInt32(); variable
219 int32_t replyCode = reply.ReadInt32(); variable
241 int32_t replyCode = reply.ReadInt32(); variable
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dauthorization_dialog.cpp123 int32_t replyCode = -1; in CloseDialog() local
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_function_switch_window.cpp194 int32_t replyCode = -1; in CloseDialog() local
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp286 int TestService::TestNestingSend(int sendCode, int &replyCode) in TestNestingSend()
H A Dtest_service_skeleton.cpp733 int TestServiceProxy::TestNestingSend(int sendCode, int &replyCode) in TestNestingSend()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_settings_test.cpp440 std::string replyCode = WifiSettings::GetInstance().SetBackupReplyCode(0); variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp2202 std::string replyCode = WifiSettings::GetInstance().SetBackupReplyCode(0); in OnBackup() local
2224 std::string replyCode = WifiSettings::GetInstance().SetBackupReplyCode(0); in OnRestore() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp634 std::string WifiSettings::SetBackupReplyCode(int replyCode) in SetBackupReplyCode()