Home
last modified time | relevance | path

Searched defs:resValue (Results 1 – 4 of 4) sorted by relevance

/foundation/resourceschedule/soc_perf/services/core/src/
Dsocperf.cpp209 int32_t clientId, int32_t resId, int64_t resValue, int32_t eventId) in SendLimitRequestEventOn()
223 void SocPerf::SendLimitRequestEvent(int32_t clientId, int32_t resId, int64_t resValue) in SendLimitRequestEvent()
Dsocperf_config.cpp489 char* resValue = reinterpret_cast<char*>(xmlNodeGetContent(greatGrandson)); in ParseResValue() local
682 int64_t resValue = action->variable[i + 1]; in TraversalActions() local
Dsocperf_thread_wrap.cpp329 bool SocPerfThreadWrap::GetResValueByLevel(int32_t resId, int32_t level, int64_t& resValue) in GetResValueByLevel()
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
Dpreferences_ndk_value_test.cpp142 char *resValue = nullptr; variable