Searched refs:ParsePropertyFromObject (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 637 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseBundleName() 661 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseModuleName() 684 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseVersionCode() 705 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseUserId() 726 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseAppIndex() 747 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseInstallFlag() 777 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseIsKeepData() 798 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseCrowdtestDeadline() 842 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseSpecifiedDistributionType() 866 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseAdditionalInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.h | 69 static bool ParsePropertyFromObject(napi_env env, napi_value args, const PropertyInfo &propertyInfo,
|
H A D | common_func.cpp | 320 bool CommonFunc::ParsePropertyFromObject(napi_env env, napi_value args, const PropertyInfo &propert… in ParsePropertyFromObject() function in OHOS::AppExecFwk::CommonFunc
|