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()
197 virtual bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()
523 std::string commandValue = "{\"userName\":\"test\",\"hasAccount\":\"test\"}"; variable