Home
last modified time | relevance | path

Searched defs:patchVersion (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/osal/
Dsystem_properties.cpp177 … SystemProperties::IsApiVersionGreaterOrEqual(int majorVersion, int minorVersion, int patchVersion) in IsApiVersionGreaterOrEqual()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_host_impl_permission_test/
Dbms_verify_calling_permissions_for_all_denied_test.cpp984 int32_t patchVersion = 0; // Example patch version variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
Dbms_bundle_mgr_proxy_test.cpp1337 int32_t patchVersion = 3; variable
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dsystem_properties.cpp773 … SystemProperties::IsApiVersionGreaterOrEqual(int majorVersion, int minorVersion, int patchVersion) in IsApiVersionGreaterOrEqual()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
Dbundle_mgr_interface.h1832 const int32_t minorVersion, const int32_t patchVersion) in GreatOrEqualTargetAPIVersion()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_proxy.cpp6407 const int32_t patchVersion) in GreatOrEqualTargetAPIVersion()
Dbundle_mgr_host.cpp4895 int32_t patchVersion = data.ReadInt32(); in HandleGreatOrEqualTargetAPIVersion() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_mgr_host_impl.cpp5970 const int32_t patchVersion) in GreatOrEqualTargetAPIVersion()
Dbundle_data_mgr.cpp11125 …etAPIVersion(const int32_t platformVersion, const int32_t minorVersion, const int32_t patchVersion) in GreatOrEqualTargetAPIVersion()