Searched refs:typeValue (Results 1 – 3 of 3) sorted by relevance
/base/security/certificate_manager/interfaces/kits/napi/src/ |
D | cm_napi_common.cpp | 32 napi_value typeValue = nullptr; in GetCmContextAttribute() local 33 napi_status status = napi_get_named_property(env, object, type, &typeValue); in GetCmContextAttribute() 34 if (status != napi_ok || typeValue == nullptr) { in GetCmContextAttribute() 41 status = napi_get_value_string_utf8(env, typeValue, nullptr, 0, &length); in GetCmContextAttribute() 62 status = napi_get_value_string_utf8(env, typeValue, srcData, length + 1, &result); in GetCmContextAttribute()
|
/base/update/updateservice/frameworks/js/napi/base/include/ |
D | client_helper.h | 68 SessionParams(SessionType typeValue = SessionType::SESSION_MAX, size_t callbackPosition = 1, 70 …: type(typeValue), callbackStartIndex(INDEX(callbackPosition)), isNeedBusinessError(isNeedBusiness… in type()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences_database.cpp | 510 std::string typeValue = std::to_string((int)date->GetDoNotDisturbType()); in PutDoNotDisturbDate() local 521 {typeKey, typeValue}, in PutDoNotDisturbDate()
|