Home
last modified time | relevance | path

Searched refs:PARSE_PROPERTY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp690 PARSE_PROPERTY(env, property, int32, versionCode); in ParseVersionCode()
711 PARSE_PROPERTY(env, property, int32, userId); in ParseUserId()
732 PARSE_PROPERTY(env, property, int32, appIndex); in ParseAppIndex()
755 PARSE_PROPERTY(env, property, int32, flag); in ParseInstallFlag()
783 PARSE_PROPERTY(env, property, bool, isKeepData); in ParseIsKeepData()
804 PARSE_PROPERTY(env, property, int64, crowdtestDeadline); in ParseCrowdtestDeadline()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h254 #define PARSE_PROPERTY(env, property, funcType, value) \ macro