Home
last modified time | relevance | path

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

/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_common.cpp502 uint32_t handleTmp = 0; in GetHandleValue() local
503 napi_status status = napi_get_value_uint32(env, object, &handleTmp); in GetHandleValue()
509 uint64_t handle = static_cast<uint64_t>(handleTmp); in GetHandleValue()
/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp167 uint8_t handleTmp[sizeof(uint64_t)] = {0}; in GetDigestDataFromHuks() local
168 struct HksBlob handleGenDigest = { (uint32_t)sizeof(uint64_t), handleTmp }; in GetDigestDataFromHuks()
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_common_item.cpp489 uint32_t handleTmp = 0; in GetHandleValue() local
490 napi_status status = napi_get_value_uint32(env, object, &handleTmp); in GetHandleValue()
496 uint64_t handle = static_cast<uint64_t>(handleTmp); in GetHandleValue()

Completed in 5 milliseconds