Searched refs:appIndexJs (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/ |
H A D | napi_common.cpp | 1241 napi_value appIndexJs; in RetentionSandboxInfoToJs() local 1242 NAPI_CALL(env, napi_create_int32(env, item.appIndex_, &appIndexJs)); in RetentionSandboxInfoToJs() 1243 NAPI_CALL(env, napi_set_named_property(env, objInfo, "appIndex", appIndexJs)); in RetentionSandboxInfoToJs() 1346 napi_value appIndexJs; in SandboxInfoToJs() local 1347 NAPI_CALL(env, napi_create_int64(env, sandboxInfo.appIndex, &appIndexJs)); in SandboxInfoToJs() 1348 NAPI_CALL(env, napi_set_named_property(env, sandboxInfoJs, "appIndex", appIndexJs)); in SandboxInfoToJs()
|