Searched defs:commandValue (Results 1 – 5 of 5) sorted by relevance
102 …MFAdapterImpl::SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) in SendPrivateCommand()
102 …FAdapterWrapper::SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()
202 virtual bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()
419 … IMFAdapterImpl::SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()435 bool IMFAdapterImpl::ParseFillContentJsonValue(const std::string& commandValue, in ParseFillContentJsonValue()
529 std::string commandValue = "{\"userName\":\"test\",\"hasAccount\":\"test\"}"; variable