Searched refs:WORD (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_mgr.cpp | 57 constexpr const char* WORD = "WORD"; member 63 IMAGE, AUDIO, VIDEO, PDF, WORD, EXCEL, PPT 81 const std::set<std::string> supportAppTypes = {BROWSER, IMAGE, AUDIO, VIDEO, PDF, WORD, EXCEL, PPT, EMAIL};
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.h | 43 static const uint8_t WORD = 0xC0; member in OHOS::bluetooth::ObexHdrType 224 WORD = 0XC0 // WORD member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType
|
H A D | obex_utils.cpp | 146 case ObexHeaderDataType::WORD: in ObexHeaderItemDebug() 147 OBEX_LOG_INFO("WORD(dec):%{public}d", static_cast<const ObexOptionalWordHeader *>(&hi)->GetWord()); in ObexHeaderItemDebug()
|
H A D | obex_headers.cpp | 32 const uint8_t ObexHdrType::WORD; member in OHOS::bluetooth::ObexHdrType 144 case ObexHdrType::WORD: in ParseOptionalHeaders() 1132 return ObexHeaderDataType::WORD; in GetHeaderClassType()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 495 WORD sockVersion = MAKEWORD(FILLP_CONST_2, FILLP_CONST_2); in FillpSysArchInit()
|
Completed in 9 milliseconds