Searched refs:ParseAppIndex (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 717 static bool ParseAppIndex(napi_env env, napi_value args, int32_t &appIndex) in ParseAppIndex() function 1704 if (ParseAppIndex(env, args, appIndex)) { in ParseAppCloneParam()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 1696 bool ParseAppIndex(napi_env env, const napi_value& value, int32_t& appIndex) in ParseAppIndex() function 1728 return ParseAppIndex(env, arg, asyncCallbackInfo->appIndex); in HandleSetApplicationEnabledArg() 1839 return ParseAppIndex(env, arg, asyncCallbackInfo->appIndex); in HandleSetAbilityEnabledArg() 1946 return ParseAppIndex(env, arg, asyncCallbackInfo->appIndex); in HandleIsApplicationEnabledArg() 2034 return ParseAppIndex(env, arg, asyncCallbackInfo->appIndex); in HandleIsAbilityEnabledArg()
|