Home
last modified time | relevance | path

Searched refs:DEFAULT_DEVICE_TYPE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_deps_mock.cpp30 constexpr char DEFAULT_DEVICE_TYPE[] = "default_type"; variable
66 if (strncpy_s(value, len, DEFAULT_DEVICE_TYPE, strlen(DEFAULT_DEVICE_TYPE)) != EOK) { in LedgerGetCommonDevInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h129 const char DEFAULT_DEVICE_TYPE[] = "smartVision"; variable
154 const char DEFAULT_DEVICE_TYPE[] = "fitnessWatch"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp379 if (cJSON_HasObjectItem(configObject, DEFAULT_DEVICE_TYPE)) { in ParseDeviceConfig()
380 smartVisionObject = ParseValue(configObject, DEFAULT_DEVICE_TYPE, nullptr); in ParseDeviceConfig()
476 if (item->valuestring != nullptr && strcmp(item->valuestring, DEFAULT_DEVICE_TYPE) == 0) { in ParseDeviceType()
H A Dgt_bundle_parser.cpp525 (strcmp(object->valuestring, DEFAULT_DEVICE_TYPE) == 0))) { in CheckDeviceTypeIsValid()