Home
last modified time | relevance | path

Searched refs:napiCallingUid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp201 napi_value napiCallingUid = nullptr; in NAPI_IPCSkeleton_resetCallingIdentity() local
202 napi_get_named_property(env, global, "callingUid_", &napiCallingUid); in NAPI_IPCSkeleton_resetCallingIdentity()
204 napi_get_value_uint32(env, napiCallingUid, &callerUid); in NAPI_IPCSkeleton_resetCallingIdentity()
322 napi_value napiCallingUid; in NAPI_IPCSkeleton_setCallingIdentity() local
323 napi_create_int32(env, callerUid, &napiCallingUid); in NAPI_IPCSkeleton_setCallingIdentity()
345 napi_value napiCallingUid; in NAPI_IPCSkeleton_setCallingIdentity() local
346 napi_create_int32(env, callerUid, &napiCallingUid); in NAPI_IPCSkeleton_setCallingIdentity()
379 napi_value napiCallingUid; in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty() local
380 napi_create_int32(env, callerUid, &napiCallingUid); in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty()
401 napi_value napiCallingUid; in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty() local
[all …]
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp334 napi_value napiCallingUid = nullptr; in CreatePluginAccountInfoOptions() local
335 NAPI_CALL(param->env, napi_create_int32(param->env, param->callingUid, &napiCallingUid)); in CreatePluginAccountInfoOptions()
336 …PI_CALL(param->env, napi_set_named_property(param->env, napiOptions, "callerUid", napiCallingUid)); in CreatePluginAccountInfoOptions()