/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | StringPool.java | 44 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()
|
D | LocaleList.java | 39 this.list.add(new LocaleMaskItem(next.getKey(), localeConfigs.get(next.getValue()))); in LocaleList()
|
D | DataFetcher.java | 167 int index = entry.getValue(); in buildLocaleConfigs()
|
/base/startup/init/interfaces/kits/jskits/src/ |
D | native_parameters_js.cpp | 34 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()
|
D | native_parameters_watch.cpp | 40 std::string getValue;
|
/base/startup/syspara_lite/interfaces/kits/js/src/ |
D | native_parameters_js.cpp | 36 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()
|
D | native_parameters_watch.cpp | 40 std::string getValue;
|
/base/hiviewdfx/hilog/frameworks/libhilog/param/ |
D | properties.cpp | 196 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.ts | 225 static getValue(options?: GetBrightnessOptions): void; method in Brightness
|
/base/startup/init/interfaces/kits/jskits/src_enhance/ |
D | native_parameters_js.cpp | 35 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/ |
D | sim_test.cpp | 3747 int getValue = 1; variable 3757 telProfileUtil->ObtainInt(key, getValue);
|