Home
last modified time | relevance | path

Searched refs:uint16 (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_cache.c21 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 Dhiview_cache.h40 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 Dhiview_util.h59 uint16 year;
60 uint16 millisecond;
107 uint16 Change16Endian(uint16 num);
H A Dhiview_service.c29 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 Dhiview_service.h50 void (*Output)(IUnknown *iUnknown, int16 msgId, uint16 type);
64 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue);
H A Dhiview_util.c300 uint16 Change16Endian(uint16 num) in Change16Endian()
303 uint16 newEndian = (buffer[1] & 0xFF); in Change16Endian()
H A Dhiview_config.h84 uint16 writeFailureCount;
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log_limit.c44 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 Dhiview_log.c77 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 Dhiview_log_limit.h31 uint16 baseTime;
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dbt_rfcom.h44 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 Dhiview_event.h44 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 Diproxy_server.h63 #define SERVER_IMPL_PROXY_VER ((uint16)SERVER_PROXY_VER | (uint16)DEFAULT_VERSION)
H A Diproxy_client.h55 #define CLIENT_PROXY_VER (0x40 | (uint16)DEFAULT_VERSION)
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Diunknown.c38 if ((entry->ver & (uint16)ver) != ver) { in IUNKNOWN_QueryInterface()
44 (entry->ver & (uint16)DEFAULT_VERSION) != DEFAULT_VERSION) { in IUNKNOWN_QueryInterface()
H A Dtask_manager.h40 uint16 stackSize;
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dservice.h135 uint16 stackSize;
137 uint16 queueSize;
H A Diunknown.h86 uint16 ver; \
174 uint16 ver;
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c53 entry->ver = ((uint16)CLIENT_PROXY_VER | (uint16)DEFAULT_VERSION); in CreatClient()
/ohos5.0/base/security/permission_lite/services/pms_client/
H A Dperm_client.c98 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 Dthread_adapter.h35 uint16 reserved2; // reserved2 (must be 0)
/ohos5.0/commonlibrary/utils_lite/include/
H A Dohos_types.h29 typedef unsigned short uint16; typedef
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h151 uint16 milli; /* millisecond, 0-999 */
175 boolean HiLogRegisterModule(uint16 id, const char *name);
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_event.c51 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 Dfont_parser_test.cpp248 struct OpenTypeBasicType::Uint16 uint16; variable
249 EXPECT_EQ(uint16.Get(), 0);

12