Home
last modified time | relevance | path

Searched refs:bValue (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_common_utils.cpp58 bool bValue = false; in Convert2NativeValue() local
59 napi_status status = napi_get_value_bool(env, jsValue, &bValue); in Convert2NativeValue()
64 output = bValue; in Convert2NativeValue()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_circle_drawing_manager.cpp403 int32_t bValue = ParseStringToInteger(b); in ParseColorString() local
405 std::vector<int32_t> rgbValue = {rValue, gValue, bValue}; in ParseColorString()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_utils.cpp154 bool bValue = false; in Convert2Value() local
155 status = napi_get_value_bool(env, jsValue, &bValue); in Convert2Value()
160 output = bValue; in Convert2Value()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp327 bool bValue = false; in ParseDefValue() local
328 if (JSUtils::Convert2NativeValue(env, jsVal, bValue) != E_OK) { in ParseDefValue()
335 asyncContext->defValue = bValue; in ParseDefValue()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp177 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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp2042 Value bValue = {'b'}; in HWTEST_F() local
2043 EXPECT_EQ(g_deviceB->PutData(key, bValue, currentTime, 0), E_OK); in HWTEST_F()
2065 EXPECT_EQ(actualValue, bValue); in HWTEST_F()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp669 bool bValue = nativeValue->GetValueBool(isBool); in napi_get_value_bool() local
671 *result = bValue; in napi_get_value_bool()

Completed in 17 milliseconds