Searched refs:GetIntFromParams (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | medialibrary_backup_napi.cpp | 70 static int32_t GetIntFromParams(napi_env env, const napi_value args[], size_t index) in GetIntFromParams() function 181 restoreInfo.sceneCode = GetIntFromParams(env, argv, PARAM1); in JSStartRestore() 258 restoreInfo.sceneCode = GetIntFromParams(env, argv, PARAM1); in JSStartRestoreEx() 304 int32_t sceneCode = GetIntFromParams(env, argv, PARAM0); in JSGetBackupInfo() 370 int32_t sceneCode = GetIntFromParams(env, argv, PARAM0); in JSStartBackup()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | ringtone_restore_napi.cpp | 52 static int32_t GetIntFromParams(napi_env env, const napi_value args[], size_t index) in GetIntFromParams() function 181 int32_t sceneCode = GetIntFromParams(env, argv, 0); in JSStartRestore()
|