Searched refs:valueArray (Results 1 - 4 of 4) sorted by relevance
/base/security/access_token/frameworks/js/napi/common/src/ |
H A D | napi_common.cpp | 146 napi_value valueArray; in ParseStringArray() local 148 napi_get_element(env, value, i, &valueArray); in ParseStringArray() 151 if (!ParseString(env, valueArray, str)) { in ParseStringArray() 166 napi_value valueArray; in ParseAccessTokenIDArray() local 168 napi_get_element(env, value, i, &valueArray); in ParseAccessTokenIDArray() 170 if (!ParseUint32(env, valueArray, res)) { in ParseAccessTokenIDArray()
|
/base/location/services/location_locator/locator/source/ |
H A D | location_config_manager.cpp | 278 char valueArray[MAX_SIZE] = {0}; in SetCachePrivacyType() local 279 (void)sprintf_s(valueArray, sizeof(valueArray), "%d", value); in SetCachePrivacyType() 280 int res = SetParameter(LOCATION_PRIVACY_MODE, valueArray); in SetCachePrivacyType()
|
H A D | locator_ability.cpp | 334 char valueArray[MAX_SIZE] = {0}; in SetLocationhubStateToSyspara() local 335 (void)sprintf_s(valueArray, sizeof(valueArray), "%d", value); in SetLocationhubStateToSyspara() 336 int res = SetParameter(LOCATION_LOCATIONHUB_STATE, valueArray); in SetLocationhubStateToSyspara()
|
/base/location/frameworks/location_common/common/source/ |
H A D | location_data_rdb_manager.cpp | 219 char valueArray[MAX_SIZE] = {0}; in SetSwitchStateToSysparaForUser() local 220 auto ret = sprintf_s(valueArray, sizeof(valueArray), "%s", newSwitchStr.c_str()); in SetSwitchStateToSysparaForUser() 225 res = SetParameter(LOCATION_SWITCH_MODE, valueArray); in SetSwitchStateToSysparaForUser()
|
Completed in 6 milliseconds