/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | plmn_file.cpp | 24 uint32_t bValue = static_cast<uint32_t>(atoi(plmnData + offset + OFFSET_B)); in PlmnFile() local 25 this->rat_ = (aValue << OFFSET_ALL) | bValue; in PlmnFile()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_util.cpp | 149 bool bValue = false; in GetBoolean() local 150 if (napi_get_value_bool(env, value, &bValue) != napi_ok) { in GetBoolean() 154 return bValue; in GetBoolean() 357 napi_value CreateBoolean(const napi_env env, bool bValue) in CreateBoolean() argument 360 if (napi_get_boolean(env, bValue, &boolValue) != napi_ok) { in CreateBoolean()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | js_common_utils.cpp | 58 bool bValue = false; in Convert2NativeValue() local 59 napi_status status = napi_get_value_bool(env, jsValue, &bValue); in Convert2NativeValue() 64 output = bValue; in Convert2NativeValue()
|
/ohos5.0/base/notification/eventhandler/frameworks/napi/include/ |
H A D | events_emitter.h | 58 bool bValue; member
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_circle_drawing_manager.cpp | 403 int32_t bValue = ParseStringToInteger(b); in ParseColorString() local 405 std::vector<int32_t> rgbValue = {rValue, gValue, bValue}; in ParseColorString()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_util.h | 64 napi_value CreateBoolean(const napi_env env, bool bValue);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_utils.cpp | 154 bool bValue = false; in Convert2Value() local 155 status = napi_get_value_bool(env, jsValue, &bValue); in Convert2Value() 160 output = bValue; in Convert2Value()
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | rawfile-guidelines.md | 276 napi_value CreateJsBool(napi_env env, bool &bValue) 279 if (napi_get_boolean(env, bValue, &jsValue) != napi_ok) {
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage.cpp | 327 bool bValue = false; in ParseDefValue() local 328 if (JSUtils::Convert2NativeValue(env, jsVal, bValue) != E_OK) { in ParseDefValue() 335 asyncContext->defValue = bValue; in ParseDefValue()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 163 bool bValue = values[i]; in GetValuesStr() local 164 valuesStr.append(GetValueStr(bValue)); in GetValuesStr()
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.cpp | 177 … double bValue = bRef.IsInt() ? BIT_CAST(b, IntegerRef).Value() : BIT_CAST(b, NumberRef).Value(); in ARKTS_StrictEqual() local 179 return aValue == bValue; in ARKTS_StrictEqual()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | rawfile-guidelines.md | 277 napi_value CreateJsBool(napi_env env, bool &bValue) 280 if (napi_get_boolean(env, bValue, &jsValue) != napi_ok) {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_sync_check_test.cpp | 1739 Value bValue = {'b'}; variable 1740 EXPECT_EQ(g_deviceB->PutData(key, bValue, currentTime, 0), E_OK); 1762 EXPECT_EQ(actualValue, bValue);
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 669 bool bValue = nativeValue->GetValueBool(isBool); in napi_get_value_bool() local 671 *result = bValue; in napi_get_value_bool()
|