Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 14 of 14) sorted by relevance

/base/hiviewdfx/hiview_lite/
Dhiview_cache.c23 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size) in InitHiviewStaticCache()
38 boolean InitHiviewCache(HiviewCache *cache, HiviewCacheType type, uint16 size) in InitHiviewCache()
58 int32 WriteToCache(HiviewCache *cache, const uint8 *data, uint16 wLen) in WriteToCache()
109 int32 ReadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in ReadFromCache()
149 int32 PrereadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in PrereadFromCache()
184 void DiscardCacheData(HiviewCache *cache) in DiscardCacheData()
193 void DestroyCache(HiviewCache *cache) in DestroyCache()
207 static uint16 GetReadCursor(HiviewCache *cache) in GetReadCursor()
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
Dremove_auth_info.c40 struct auth_info_cache cache; in send_remove_response() local
71 struct auth_info_cache *cache) in parse_remove_request_data()
Dadd_auth_info.c46 struct auth_info_cache cache; in send_add_response() local
77 struct auth_info_cache *cache) in parse_add_request_data()
140 …struct auth_info_cache cache = { import_data->user_type, import_data->auth_id, import_data->ltpk }; in save_import_auth_info() local
Dexchange_auth_info.c48 struct auth_info_cache cache = { HC_USER_TYPE_CONTROLLER, {0, {0}}, {0, {0}}}; in send_exchange_response() local
83 struct auth_info_cache *cache) in parse_exchange_request_data()
Dexchange_auth_info_client.c70 struct auth_info_cache cache = { HC_USER_TYPE_ACCESSORY, {0, {0}}, {0, {0}}}; in receive_exchange_response() local
88 const exchange_request_data *receive, struct auth_info_cache *cache) in parse_exchange_response_data()
Dauth_info.c149 …2_t save_auth_info(const struct hichain *hichain, int32_t pair_type, struct auth_info_cache *cache) in save_auth_info()
/base/sensors/medical_sensor/utils/src/
Dreport_data_cache.cpp54 int32_t ReportDataCache::CacheData(const struct SensorEvent* event, sptr<ReportDataCache> cache) in CacheData()
/base/telephony/core_service/services/sim/src/
Dsim_utils.cpp49 unsigned char *cache = (unsigned char *)calloc(outlen + 1, sizeof(unsigned char)); in HexStringConvertToBytes() local
123 char16_t *cache = (char16_t *)calloc(outLen + 1, sizeof(char16_t)); in CharsConvertToChar16() local
Dicc_dialling_numbers_handler.cpp434 unsigned char *cache = (unsigned char *)calloc(dataLength, sizeof(unsigned char)); in CreateSavingSequence() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dglobal_utils.c404 uint8_t cache[INDEX_DEFAULT_OFFSET] = {0}; in GetDefaultOffsetValue() local
414 uint8_t cache[INDEX_DEFAULT_OFFSET] = {0}; in GetKeyValue() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_local.cpp96 std::unique_ptr<DfxSymbolsCache> cache(new DfxSymbolsCache()); in Init() local
Ddfx_unwind_remote.cpp59 std::unique_ptr<DfxSymbolsCache> cache(new DfxSymbolsCache()); in DfxUnwindRemote() local
/base/global/i18n_lite/frameworks/i18n/src/
Ddata_resource.cpp172 char cache[GLOBAL_RESOURCE_HEADER_LEFT] = {0}; in ReadHeader() local
/base/startup/init/services/param/include/
Dtrigger_manager.h164 char cache[PARAM_NAME_LEN_MAX + PARAM_CONST_VALUE_LEN_MAX]; member