Searched defs:replyCode (Results 1 – 13 of 13) sorted by relevance
137 int32_t replyCode = -1; in CloseDialog() local
158 auto replyCode = reply.ReadInt32(); in SendRequestToSetting() local
130 int32_t replyCode = -1; in CloseDialog() local
117 uint32_t replyCode = 0; in ParseReply() local
884 std::string replyCode = EXTENSION_SUCCESS; in OnBackup() local906 std::string replyCode = EXTENSION_SUCCESS; in OnRestore() local
271 int TestService::TestNestingSend(int sendCode, int &replyCode) in TestNestingSend()
738 int TestServiceProxy::TestNestingSend(int sendCode, int &replyCode) in TestNestingSend()
437 std::string KvStoreDataService::GetBackupReplyCode(int replyCode, const std::string &info) in GetBackupReplyCode()541 std::string replyCode = GetBackupReplyCode(0); in OnBackup() local648 std::string replyCode = GetBackupReplyCode(result); in ReplyForRestore() local
474 std::string replyCode = WifiSettings::GetInstance().SetBackupReplyCode(0); variable
506 std::string replyCode = BuildBackupReplyCode(0); in OnBackup() local546 std::string replyCode = BuildBackupReplyCode(0); in OnRestore() local590 std::string StandbyServiceImpl::BuildBackupReplyCode(int32_t replyCode) in BuildBackupReplyCode()
2411 std::string replyCode = WifiSettings::GetInstance().SetBackupReplyCode(0); in OnBackup() local2433 std::string replyCode = WifiSettings::GetInstance().SetBackupReplyCode(0); in OnRestore() local
2730 uint32_t replyCode; variable
971 std::string WifiSettings::SetBackupReplyCode(int replyCode) in SetBackupReplyCode()