Home
last modified time | relevance | path

Searched refs:USEC_PER_SEC (Results 1 - 3 of 3) sorted by relevance

/base/security/selinux_adapter/framework/tools/param_check/
H A Dtest.cpp39 const static long USEC_PER_SEC = 1000000L; variable
62 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestLoadList()
85 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestLoadList()
102 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestGetContext()
124 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestReadPara()
139 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestSetPara()
/base/powermgr/powermgr_lite/utils/include/
H A Dpower_mgr_time_util.h31 USEC_PER_SEC = 1000000LL, enumerator
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp44 static long USEC_PER_SEC = 1000000L; member
1194 int runtimeUs = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in HWTEST_F()
1201 runtimeUs = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in HWTEST_F()

Completed in 5 milliseconds