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