Searched refs:GetSysCurrentPower (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_sysinfo.cpp | 200 void DistributedTestSysInfo::GetSysCurrentPower(SeqNo seqNo, int totalCount, uint64_t microSeconds) in GetSysCurrentPower() function in DistributedTestSysInfo 250 void DistributedTestSysInfo::GetSysCurrentPower(SeqNo seqNo, int totalCount, uint64_t microSeconds) in GetSysCurrentPower() function in DistributedTestSysInfo
|
H A D | distributed_test_tools.cpp | 872 si.GetSysCurrentPower(seqNo, DEFAULT_COUNT, DEFAULT_INTEVAL);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_sysinfo.h | 92 void GetSysCurrentPower(SeqNo seqNo, int totalCount, uint64_t microSeconds);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_create_test.cpp | 581 si.GetSysCurrentPower(FIRST, DEFAULT_COUNT, DEFAULT_INTEVAL); 599 si.GetSysCurrentPower(SECOND, DEFAULT_COUNT, DEFAULT_INTEVAL); 695 sysInfo04.GetSysCurrentPower(FIRST, DEFAULT_COUNT, DEFAULT_INTEVAL); 707 sysInfo04.GetSysCurrentPower(SECOND, DEFAULT_COUNT, DEFAULT_INTEVAL); 756 sysInfo05.GetSysCurrentPower(FIRST, DEFAULT_COUNT, DEFAULT_INTEVAL); 772 sysInfo05.GetSysCurrentPower(SECOND, DEFAULT_COUNT, DEFAULT_INTEVAL);
|