Home
last modified time | relevance | path

Searched refs:g_mockIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c27 static uint32_t g_mockIndex = __INT32_MAX__; variable
37 if (g_callNum == g_mockIndex) { in Is_Need_Mock()
63 g_mockIndex = __INT32_MAX__; in ResetRecordJsonCallNum()
68 g_mockIndex = index; in SetJsonCallMockIndex()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c24 static uint32_t g_mockIndex = __INT32_MAX__; variable
36 if (g_callNum == g_mockIndex) { in IsNeedMock()
63 g_mockIndex = __INT32_MAX__; in ResetOpensslCallNum()
68 g_mockIndex = index; in SetOpensslCallMockIndex()