Home
last modified time | relevance | path

Searched refs:nLine (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_mock/src/
H A Dmemory_mock.c23 void *MockMalloc(uint32_t size, char val, const char *strFile, int nLine) in MockMalloc() argument
37 HcMonitorMalloc(addr, size, strFile, nLine); in MockMalloc()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/src/
H A Dmemory_monitor.cpp60 void HcMonitorMalloc(void *addr, uint32_t size, const char *strFile, int nLine) in HcMonitorMalloc() argument
76 if (sprintf_s(strLine, MALLOC_MAX_LINE_STR_LEN, "%d", nLine) <= 0) { in HcMonitorMalloc()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/inc/
H A Dmemory_monitor.h25 void HcMonitorMalloc(void *addr, uint32_t size, const char *strFile, int nLine);
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_mock/inc/
H A Dmemory_mock.h26 void *MockMalloc(uint32_t size, char val, const char *strFile, int nLine);
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_types.h41 void *MockMalloc(uint32_t size, char val, const char *strFile, int nLine);