Home
last modified time | relevance | path

Searched refs:CUSTOM_DESCRIPTION_KEY (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp93 constexpr const char* CUSTOM_DESCRIPTION_KEY = "customDescription"; member
218 if (IsString(jsonObject, CUSTOM_DESCRIPTION_KEY)) { in GetAuthParam()
219 authRequestContext_->customDesc = jsonObject[CUSTOM_DESCRIPTION_KEY].get<std::string>(); in GetAuthParam()

Completed in 5 milliseconds