Home
last modified time | relevance | path

Searched defs:valueBuf (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_parameters_js.cpp144 char valueBuf[BUF_LENGTH] = { 0 }; in SetSync() local
195 char valueBuf[BUF_LENGTH] = { 0 }; in GetSync() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp33 std::unique_ptr<char[]> valueBuf = std::make_unique<char[]>(STRING_BUF_MAX_SIZE); in GetString() local
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp289 char valueBuf[MAX_PATH] = {0}; variable
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_device_mitigation.cpp250 char valueBuf[MAX_PATH] = {0}; in IsolateCpu() local
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmediakeysystem_service_proxy.cpp301 const uint8_t *valueBuf = static_cast<const uint8_t *>(reply.ReadUnpadBuffer(configSize)); in GetConfigurationByteArray() local
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp426 …Addon::GetCountryNapiValueWithError(napi_env env, napi_value napiValue, size_t len, char* valueBuf, in GetCountryNapiValueWithError()
486 …mAddon::GetNapiStringValueWithError(napi_env env, napi_value napiValue, size_t len, char* valueBuf, in GetNapiStringValueWithError()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystem_service_stub.cpp214 const uint8_t *valueBuf = static_cast<const uint8_t *>(data.ReadUnpadBuffer(valueSize)); in ProcessSetConfigurationByteArray() local