Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A 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()
H A Dsocperf_config.cpp489 char* resValue = reinterpret_cast<char*>(xmlNodeGetContent(greatGrandson)); in ParseResValue() local
682 int64_t resValue = action->variable[i + 1]; in TraversalActions() local
H A Dsocperf_thread_wrap.cpp329 bool SocPerfThreadWrap::GetResValueByLevel(int32_t resId, int32_t level, int64_t& resValue) in GetResValueByLevel()
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_value_test.cpp142 char *resValue = nullptr; variable
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Djson_utils.c210 const char *resValue = GetStringFromJson(item, key); in GetStringFromJson() local
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c243 const char *resValue = GetStringFromJson(item, key); in GetStringFromJson() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp659 ResourceManager_ErrorCode OH_ResourceManager_ReleaseStringArray(char ***resValue, uint32_t len) in OH_ResourceManager_ReleaseStringArray()