/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_cache.c | 21 static uint16 GetReadCursor(HiviewCache *cache); 64 uint16 firstLen; in WriteToCache() 65 uint16 secondLen; in WriteToCache() 115 uint16 firstLen; in ReadFromCache() 116 uint16 secondLen; in ReadFromCache() 117 uint16 rCursor; in ReadFromCache() 158 uint16 firstLen; in PrereadFromCache() 159 uint16 secondLen; in PrereadFromCache() 160 uint16 rCursor = GetReadCursor(cache); in PrereadFromCache() 207 static uint16 GetReadCursor(HiviewCache *cache) in GetReadCursor() [all …]
|
H A D | hiview_cache.h | 40 uint16 wCursor; // 0-65535 41 uint16 usedSize; // 0-65535 42 uint16 size; // cache size 0-65535 56 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size); 65 boolean InitHiviewCache(HiviewCache *cache, HiviewCacheType type, uint16 size); 74 int32 WriteToCache(HiviewCache *cache, const uint8 *data, uint16 wLen); 83 int32 ReadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen); 94 int32 PrereadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen);
|
H A D | hiview_util.h | 59 uint16 year; 60 uint16 millisecond; 107 uint16 Change16Endian(uint16 num);
|
H A D | hiview_service.c | 29 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type); 95 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type) in Output() 127 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue) in HiviewSendMessage()
|
H A D | hiview_service.h | 50 void (*Output)(IUnknown *iUnknown, int16 msgId, uint16 type); 64 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue);
|
H A D | hiview_util.c | 300 uint16 Change16Endian(uint16 num) in Change16Endian() 303 uint16 newEndian = (buffer[1] & 0xFF); in Change16Endian()
|
H A D | hiview_config.h | 84 uint16 writeFailureCount;
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_log_limit.c | 44 uint16 i; in InitLogLimit() 65 uint16 curTime = (uint16)(HIVIEW_GetCurrentTime() / MS_PER_SECOND); in LogIsLimited() 67 uint16 baseTime; in LogIsLimited() 79 pLimitRule->baseTime = (uint16)(HIVIEW_GetCurrentTime() / MS_PER_SECOND); in LogIsLimited()
|
H A D | hiview_log.c | 77 boolean HiLogRegisterModule(uint16 id, const char *name) in HiLogRegisterModule() 133 pCommon->milli = (uint16)(cur % MS_PER_SECOND); in HiLogPrintf() 168 pCommon->milli = (uint16)(cur % MS_PER_SECOND); in HILOG_HashPrintf()
|
H A D | hiview_log_limit.h | 31 uint16 baseTime;
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/include/ |
H A D | bt_rfcom.h | 44 void (*OnDataReceived)(uint8 handle, const uint8 *buf, uint16 len); 69 uint8 BtRfcomClientWrite(uint8 handle, uint8 *data, uint16 dataLen); 79 void BtRfcomHandleResponse(const uint8 *data, uint16 dataLen);
|
/ohos5.0/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/ |
H A D | hiview_event.h | 44 uint16 eventId; /* 0-65535 */ 84 void HiEventPrintf(uint8 type, uint16 eventId, int8 key, int32 value); 96 HiEvent *HiEventCreate(uint8 type, uint16 eventId, uint8 num);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/ |
H A D | iproxy_server.h | 63 #define SERVER_IMPL_PROXY_VER ((uint16)SERVER_PROXY_VER | (uint16)DEFAULT_VERSION)
|
H A D | iproxy_client.h | 55 #define CLIENT_PROXY_VER (0x40 | (uint16)DEFAULT_VERSION)
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | iunknown.c | 38 if ((entry->ver & (uint16)ver) != ver) { in IUNKNOWN_QueryInterface() 44 (entry->ver & (uint16)DEFAULT_VERSION) != DEFAULT_VERSION) { in IUNKNOWN_QueryInterface()
|
H A D | task_manager.h | 40 uint16 stackSize;
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | service.h | 135 uint16 stackSize; 137 uint16 queueSize;
|
H A D | iunknown.h | 86 uint16 ver; \ 174 uint16 ver;
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/ |
H A D | power_screen_saver.c | 53 entry->ver = ((uint16)CLIENT_PROXY_VER | (uint16)DEFAULT_VERSION); in CreatClient()
|
/ohos5.0/base/security/permission_lite/services/pms_client/ |
H A D | perm_client.c | 98 entry->ver = ((uint16)CLIENT_PROXY_VER | (uint16)DEFAULT_VERSION); in CreatClient() 157 entry->ver = ((uint16)CLIENT_PROXY_VER | (uint16)DEFAULT_VERSION); in CreatInnerClient()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/ |
H A D | thread_adapter.h | 35 uint16 reserved2; // reserved2 (must be 0)
|
/ohos5.0/commonlibrary/utils_lite/include/ |
H A D | ohos_types.h | 29 typedef unsigned short uint16; typedef
|
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
H A D | hiview_log.h | 151 uint16 milli; /* millisecond, 0-999 */ 175 boolean HiLogRegisterModule(uint16 id, const char *name);
|
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/ |
H A D | hiview_event.c | 51 void HiEventPrintf(uint8 type, uint16 eventId, int8 key, int32 value) in HiEventPrintf() 73 HiEvent *HiEventCreate(uint8 type, uint16 eventId, uint8 num) in HiEventCreate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
H A D | font_parser_test.cpp | 248 struct OpenTypeBasicType::Uint16 uint16; variable 249 EXPECT_EQ(uint16.Get(), 0);
|