Searched defs:hapTokenJson (Results 1 – 4 of 4) sorted by relevance
172 void BaseRemoteCommand::FromHapTokenBasicInfoJson(const nlohmann::json& hapTokenJson, in FromHapTokenBasicInfoJson()196 void BaseRemoteCommand::FromPermStateListJson(const nlohmann::json& hapTokenJson, in FromPermStateListJson()241 void BaseRemoteCommand::FromHapTokenInfoJson(const nlohmann::json& hapTokenJson, in FromHapTokenInfoJson()
78 nlohmann::json hapTokenJson = jsonObject.at("HapTokenInfo").get<nlohmann::json>(); in SyncRemoteHapTokenCommand() local
55 nlohmann::json hapTokenJson = jsonObject.at("HapTokenInfos").get<nlohmann::json>(); in UpdateRemoteHapTokenCommand() local
485 nlohmann::json hapTokenJson; variable