Searched refs:getValue (Results 1 - 11 of 11) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/param/ |
H A D | properties.cpp | 197 T getValue() in getValue() function in OHOS::CacheData 294 return switchCache->getValue(); in IsPrivateSwitchOn() 303 return switchCache->getValue(); in IsOnceDebugOn() 312 return switchCache->getValue(); in IsPersistDebugOn() 332 return logLevelCache->getValue(); in GetGlobalLevel() 345 return levelCache->getValue(); in GetDomainLevel() 361 return levelCache->getValue(); in GetDomainLevel() 374 return levelCache->getValue(); in GetTagLevel() 390 return levelCache->getValue(); in GetTagLevel() 399 return switchCache->getValue(); in IsProcessSwitchOn() [all...] |
/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_parameters_js.cpp | 35 std::string getValue; variable 193 std::string getValue = ""; 207 int ret = OHOS::system::GetStringParameter(keyStr, getValue, valueStr); 208 PARAM_JS_LOGV("JSApp GetSync::getValue = %s, input keyStr = %s.", getValue.c_str(), keyBuf); 212 NAPI_CALL(env, napi_create_string_utf8(env, getValue.c_str(), strlen(getValue.c_str()), &napiValue)); 226 OHOS::system::GetStringParameter(asyncContext->key, asyncContext->getValue, asyncContext->value); 227 PARAM_JS_LOGV("JSApp get status = %d, asyncContext->getValue = %s, asyncContext->key = %s, value = %s.", 228 asyncContext->status, asyncContext->getValue [all...] |
H A D | native_parameters_watch.cpp | 40 std::string getValue; variable
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | StringPool.java | 52 this.int2StrMap.put(next.getValue(), next.getKey()); in StringPool() 55 lengthMap.put(next.getValue(), next.getKey().getBytes("UTF-8").length + 3); in StringPool() 57 this.lengthMap.put(next.getValue(), next.getKey().getBytes("UTF-8").length); in StringPool()
|
H A D | LocaleList.java | 49 this.list.add(new LocaleMaskItem(next.getKey(), localeConfigs.get(next.getValue()))); in LocaleList()
|
H A D | DataFetcher.java | 194 int index = entry.getValue(); in buildLocaleConfigs()
|
/base/startup/init/interfaces/kits/jskits/src_enhance/ |
H A D | native_parameters_js.cpp | 35 std::string getValue; variable 295 asyncContext->getValue = ""; 297 asyncContext->getValue = std::string(value.begin(), value.end()); 306 asyncContext->getValue.c_str(), strlen(asyncContext->getValue.c_str()), &result[1]);
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_util_test.cpp | 271 int32_t getValue; in HWTEST_F() local 273 settingProvider.GetIntValue("settings.power.suspend_sources", getValue); in HWTEST_F()
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_napi_helper.cpp | 580 uint32_t getValue; in GetInt32Array() local 582 NAPI_CALL_BASE(env, napi_get_value_uint32(env, value, &getValue), napi_undefined); in GetInt32Array() 584 vec.emplace_back(getValue); in GetInt32Array()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1408 int getValue = 1; in HWTEST_F() local 1418 telProfileUtil->ObtainInt(key, getValue); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 413 let g1 = await settings.getValue(e1, settings.input.ACTIVATED_INPUT_METHOD_SUB_MODE);
|
Completed in 9 milliseconds