Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 11 of 11) sorted by relevance

/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DStringPool.java44 this.int2StrMap.put(next.getValue(), next.getKey()); in StringPool()
47 lengthMap.put(next.getValue(), next.getKey().getBytes("UTF-8").length + 3); in StringPool()
49 this.lengthMap.put(next.getValue(), next.getKey().getBytes("UTF-8").length); in StringPool()
DLocaleList.java39 this.list.add(new LocaleMaskItem(next.getKey(), localeConfigs.get(next.getValue()))); in LocaleList()
DDataFetcher.java167 int index = entry.getValue(); in buildLocaleConfigs()
/base/startup/init/interfaces/kits/jskits/src/
Dnative_parameters_js.cpp34 std::string getValue;
190 std::string getValue = ""; in GetSync() local
200 int ret = OHOS::system::GetStringParameter(keyStr, getValue, valueStr); in GetSync()
201 PARAM_JS_LOGV("JSApp GetSync::getValue = %s, input keyStr = %s.", getValue.c_str(), keyBuf); in GetSync()
205 …NAPI_CALL(env, napi_create_string_utf8(env, getValue.c_str(), strlen(getValue.c_str()), &napiValue… in GetSync()
219 … OHOS::system::GetStringParameter(asyncContext->key, asyncContext->getValue, asyncContext->value); in GetCallbackWork()
221 … asyncContext->status, asyncContext->getValue.c_str(), asyncContext->key, asyncContext->value); in GetCallbackWork()
228 …napi_create_string_utf8(env, asyncContext->getValue.c_str(), strlen(asyncContext->getValue.c_str()… in GetCallbackWork()
Dnative_parameters_watch.cpp40 std::string getValue;
/base/startup/syspara_lite/interfaces/kits/js/src/
Dnative_parameters_js.cpp36 std::string getValue;
194 std::string getValue = ""; in GetSync() local
204 int ret = OHOS::system::GetStringParameter(keyStr, getValue, valueStr); in GetSync()
205 …BEL, "JSApp GetSync::getValue = %{public}s, input keyStr = %{public}s.", getValue.c_str(), keyBuf); in GetSync()
209 const char *value = getValue.c_str(); in GetSync()
224 … OHOS::system::GetStringParameter(asyncContext->key, asyncContext->getValue, asyncContext->value); in GetCallbackWork()
228 … asyncContext->status, asyncContext->getValue.c_str(), asyncContext->key, asyncContext->value); in GetCallbackWork()
235 …napi_create_string_utf8(env, asyncContext->getValue.c_str(), strlen(asyncContext->getValue.c_str()… in GetCallbackWork()
Dnative_parameters_watch.cpp40 std::string getValue;
/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp196 T getValue() in getValue() function in OHOS::HiviewDFX::CacheData
293 return switchCache->getValue(); in IsPrivateSwitchOn()
302 return switchCache->getValue(); in IsOnceDebugOn()
311 return switchCache->getValue(); in IsPersistDebugOn()
331 return logLevelCache->getValue(); in GetGlobalLevel()
358 return levelCache->getValue(); in GetDomainLevel()
385 return levelCache->getValue(); in GetTagLevel()
394 return switchCache->getValue(); in IsProcessSwitchOn()
403 return switchCache->getValue(); in IsDomainSwitchOn()
/base/powermgr/display_manager/interfaces/kits/js/
D@system.brightness.d.ts225 static getValue(options?: GetBrightnessOptions): void; method in Brightness
/base/startup/init/interfaces/kits/jskits/src_enhance/
Dnative_parameters_js.cpp35 std::string getValue;
291 asyncContext->getValue = std::string(value.begin(), value.end()); in GetCallbackWork()
293 … asyncContext->status, asyncContext->key, asyncContext->getValue.c_str(), asyncContext->value); in GetCallbackWork()
301 … asyncContext->getValue.c_str(), strlen(asyncContext->getValue.c_str()), &result[1]); in GetCallbackWork()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test.cpp3747 int getValue = 1; variable
3757 telProfileUtil->ObtainInt(key, getValue);