Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp81 cJSON_AddStringToObject(tmpJson, PRIVACY_SUBTYPE.c_str(), subtype.c_str()); in HandlePullUpPage()
110 cJSON_AddStringToObject(tmpJson, PRIVACY_SUBTYPE.c_str(), subtype.c_str()); in HandleClosePage()
304 if (!IsString(innerMsg, PRIVACY_SUBTYPE)) { in ProcessStartPage()
305 DHLOGE("PRIVACY_SUBTYPE is invalid!"); in ProcessStartPage()
308 std::string subtype = cJSON_GetObjectItem(innerMsg, PRIVACY_SUBTYPE.c_str())->valuestring; in ProcessStartPage()
330 if (!IsString(innerMsg, PRIVACY_SUBTYPE)) { in ProcessStopPage()
331 DHLOGE("PRIVACY_SUBTYPE is invalid!"); in ProcessStopPage()
338 std::string subtype = cJSON_GetObjectItem(innerMsg, PRIVACY_SUBTYPE.c_str())->valuestring; in ProcessStopPage()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_privacy.h24 const std::string PRIVACY_SUBTYPE = "subtype"; member

Completed in 2 milliseconds