Searched refs:ParsePropertyFromObject (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 587 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseBundleName() 611 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseModuleName() 634 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseVersionCode() 655 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseUserId() 676 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseAppIndex() 697 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseInstallFlag() 727 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseIsKeepData() 748 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseCrowdtestDeadline() 792 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseSpecifiedDistributionType() 816 bool res = CommonFunc::ParsePropertyFromObject(en in ParseAdditionalInfo() [all...] |
/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 | 317 bool CommonFunc::ParsePropertyFromObject(napi_env env, napi_value args, const PropertyInfo &propertyInfo, in ParsePropertyFromObject() function in OHOS::AppExecFwk::CommonFunc
|
Completed in 7 milliseconds