Home
last modified time | relevance | path

Searched refs:MAGIC (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-magickey.md13 …BLE_MAGICKEY,在kernel/liteos_a中输入make menuconfig命令。此时会弹出配置项,找到Debug选项并进入,在配置项中开启“Enable MAGIC KEY”:
15 Debug ---> Enable MAGIC KEY;若关闭该选项,则魔法键失效(默认为选中的)。
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_negotiate.cpp189 const std::string MAGIC = "relational_opinion"; variable
196 uint64_t len = Parcel::GetStringLen(MAGIC); in CalculateParcelLen()
214 (void)parcel.WriteString(MAGIC); in SerializeData()
234 if (magicStr != MAGIC) { in DeserializeData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp26 const std::string MAGIC = "remote query"; variable
212 (void)parcel.WriteString(MAGIC); in SerializeData()
300 if (magic != MAGIC) { in DeSerializeData()
350 uint64_t len = Parcel::GetStringLen(MAGIC); in CalculateLen()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp42 const string MAGIC = "HW package file"; variable
182 int errCode = parcel.WriteBlob(MAGIC.c_str(), MAGIC_LEN); in PackFileHeader()
222 if (memcmp(MAGIC.c_str(), buffer.data(), MAGIC_LEN) != 0) { in CheckMagicHeader()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-magickey.md18 2. Locate the **Debug** option and select **Enable MAGIC KEY**.
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py670 MAGIC = b'HVB\0' variable in HvbTool
736 self.hvb_cert_content = self.MAGIC
934 footer_magic = self.MAGIC + b'\0' * 4