Home
last modified time | relevance | path

Searched refs:BUNDLE_RDB_VERSION (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_accesstokenid_test/
H A Dbms_bundle_accesstokenid_test.cpp61 const int32_t BUNDLE_RDB_VERSION = 1; member
578 distributedBundleInfo.version = BUNDLE_RDB_VERSION; in HWTEST_F()
580 distributedBundleInfo.versionCode = BUNDLE_RDB_VERSION; in HWTEST_F()
582 distributedBundleInfo.minCompatibleVersion = BUNDLE_RDB_VERSION; in HWTEST_F()
583 distributedBundleInfo.targetVersionCode = BUNDLE_RDB_VERSION; in HWTEST_F()
584 distributedBundleInfo.compatibleVersionCode = BUNDLE_RDB_VERSION; in HWTEST_F()
592 EXPECT_EQ(unmarshalledResult->version, BUNDLE_RDB_VERSION); in HWTEST_F()
594 EXPECT_EQ(unmarshalledResult->versionCode, BUNDLE_RDB_VERSION); in HWTEST_F()
596 EXPECT_EQ(unmarshalledResult->minCompatibleVersion, BUNDLE_RDB_VERSION); in HWTEST_F()
597 EXPECT_EQ(unmarshalledResult->targetVersionCode, BUNDLE_RDB_VERSION); in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/rdb/
H A Dbms_rdb_config.h33 int32_t version { ServiceConstants::BUNDLE_RDB_VERSION };
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h30 constexpr int8_t BUNDLE_RDB_VERSION = 1; member

Completed in 3 milliseconds