Searched refs:tmpRef (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/ |
H A D | js_systemload_listener.cpp | 35 napi_ref tmpRef = nullptr; in SystemloadListener() local 36 napi_create_reference(napiEnv_, callbackObj, 1, &tmpRef); in SystemloadListener() 37 callbackRef_.reset(reinterpret_cast<NativeReference*>(tmpRef)); in SystemloadListener()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
H A D | hks_teec.c | 56 TEEC_TempMemoryReference tmpRef; member 168 des->tmpref.buffer = src->tmpRef.buffer; in FillUpCommand() 169 des->tmpref.size = src->tmpRef.size; in FillUpCommand() 226 dest->tmpRef.buffer = src->blob.data; in FillUpArgs() 227 dest->tmpRef.size = src->blob.size; in FillUpArgs()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 586 napi_ref tmpRef = nullptr; in LoadSystemModuleByEngine() local 587 napi_create_reference(env, propertyValue, 1, &tmpRef); in LoadSystemModuleByEngine() 588 methodRequireNapiRef_.reset(reinterpret_cast<NativeReference*>(tmpRef)); in LoadSystemModuleByEngine() 715 napi_ref tmpRef = nullptr; in Initialize() local 716 napi_create_reference(env, propertyValue, 1, &tmpRef); in Initialize() 717 methodRequireNapiRef_.reset(reinterpret_cast<NativeReference*>(tmpRef)); in Initialize() 1052 napi_ref tmpRef = nullptr; in LoadModule() local 1053 napi_create_reference(env, classValue, 1, &tmpRef); in LoadModule() 1054 modules_.emplace(modulePath, reinterpret_cast<NativeReference*>(tmpRef)); in LoadModule()
|