Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 - 25 of 46) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_external_hsp_so_test.cpp61 const std::string VERSION = "/v1000000"; member
263 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
265 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME1 + LIBS); in HWTEST_F()
284 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
286 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME2 + LIBS); in HWTEST_F()
305 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
307 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME3 + LIBS); in HWTEST_F()
326 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
328 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME4 + LIBS); in HWTEST_F()
347 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_2 + VERSION in HWTEST_F()
[all...]
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_event_ue.h30 constexpr const char *VERSION = "1.0"; member
49 UeReporter::VERSION, "SWITCH_STATUS", switchStatus, ##__VA_ARGS__); \
55 "pasteboard_service", "PVERSIONID", UeReporter::VERSION, "PASTEDATA_TYPE", dataType, "BUNDLE_NAME", \
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_base_test.cpp42 const std::string VERSION = "1.0.0.1"; member
100 info.version = VERSION; in HWTEST_F()
119 info.version = VERSION; in HWTEST_F()
122 EXPECT_NE(result->version, VERSION); in HWTEST_F()
126 EXPECT_EQ(result->version, VERSION); in HWTEST_F()
159 installResult.version = VERSION; in HWTEST_F()
163 EXPECT_NE(result.version, VERSION); in HWTEST_F()
166 EXPECT_EQ(result.version, VERSION); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dfile_column.cpp33 const std::string FileColumn::VERSION = "version"; member in OHOS::FileManagement::CloudDisk::FileColumn
67 VERSION + " BIGINT DEFAULT 0, " +
137 VERSION,
152 CLOUD_ID, FILE_TIME_RECYCLED, VERSION, DIRTY_TYPE, POSITION,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Droute_head_handler_impl.h33 static constexpr uint16_t VERSION = 0x1; member
35 uint16_t version = VERSION;
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dconfig.h95 #define VERSION "0.4.0" macro
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dcaller_info.h30 VERSION = VERSION_BASE, enumerator
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c41 msgHead.type = (PROXYCHANNEL_MSG_TYPE_NORMAL & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxySendInnerMessage()
116 msgHead.type = (PROXYCHANNEL_MSG_TYPE_HANDSHAKE & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxyHandshake()
166 msgHead.type = (PROXYCHANNEL_MSG_TYPE_HANDSHAKE_ACK & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxyAckHandshake()
211 msgHead.type = (PROXYCHANNEL_MSG_TYPE_KEEPALIVE & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxyKeepalive()
247 msgHead.type = (PROXYCHANNEL_MSG_TYPE_KEEPALIVE_ACK & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxyAckKeepalive()
287 msgHead.type = (PROXYCHANNEL_MSG_TYPE_RESET & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxyResetPeer()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddata_buffer.h56 static constexpr uint32_t VERSION = 0; member in OHOS::AppDistributedKv::DataBuffer
/foundation/distributeddatamgr/data_object/interfaces/jskits/
H A Ddistributed_data_object.js18 const VERSION = '__version';
73 return this.__proxy.save(deviceId, this[VERSION], callback);
100 result[VERSION]++;
116 result[VERSION] = 0;
417 return this.__proxy.save(deviceId, this[VERSION], callback);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dmessage_handler.cpp26 constexpr uint8_t VERSION = 0x1; member
51 head->version = VERSION; in PackData()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info.h24 VERSION = 1, member in OHOS::SoftBus::WifiConfigInfoKey
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H A Dnstackx_test.c33 #define VERSION "3.1.0" macro
165 strcpy_s(localDevInfo->version, sizeof(localDevInfo->version), VERSION) != EOK) { in TestRegisterDeviceInfo()
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_response.h63 VERSION, enumerator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp50 const int32_t VERSION = 1000000; member
491 innerBundleInfo.baseBundleInfo_->versionCode = VERSION; in HWTEST_F()
543 oldInfo.baseBundleInfo_->versionCode = VERSION; in HWTEST_F()
559 appServiceFwkInstaller.versionCode_ = VERSION; in HWTEST_F()
580 oldInfo.baseBundleInfo_->versionCode = VERSION; in HWTEST_F()
596 appServiceFwkInstaller.versionCode_ = VERSION; in HWTEST_F()
599 oldInfo.baseBundleInfo_->versionCode = VERSION; in HWTEST_F()
616 appServiceFwkInstaller.versionCode_ = VERSION; in HWTEST_F()
619 oldInfo.baseBundleInfo_->versionCode = VERSION; in HWTEST_F()
642 appServiceFwkInstaller.versionCode_ = VERSION; in HWTEST_F()
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp45 const string VERSION = "1.0"; member
263 ret = memcpy_s(hdr.version, sizeof(hdr.version), VERSION.c_str(), min(sizeof(hdr.version) - 1, VERSION.length())); in ReadyHeader()
610 strlcpy(tmp.version, VERSION.c_str(), sizeof(tmp.version)); in WriteLongName()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dencrypt_decrypt.h105 static const int VERSION = 1; member in OHOS::CastEngine::CastEngineService::final
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dencrypt_decrypt.h105 static const int VERSION = 1; member in OHOS::CastEngine::CastEngineService::final
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h85 #define VERSION 1 macro
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h61 VERSION, member in OHOS::NetStack::Http::ResponseCode
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.cpp28 const std::string Constant::VERSION = "1"; member in OHOS::DistributedKv::Constant
H A Dconstant.h92 KVSTORE_API static const std::string VERSION; member in OHOS::DistributedKv::Constant
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dfile_column.h40 static const std::string VERSION; member in OHOS::FileManagement::CloudDisk::FileColumn
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packet_header.h230 static constexpr int VERSION = 0; member in Communication::SoftBus::StreamPacketHeader
257 SetVersion(VERSION, SUB_VERSION); in StreamPacketHeader()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h151 VERSION, member in OHOS::NetStack::Http::ResponseCode

Completed in 13 milliseconds

12