Home
last modified time | relevance | path

Searched refs:GetNumber (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp41 auto leftValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 1, 0.0f); in SetRectShape()
42 auto topValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 2, 0.0f); in SetRectShape()
43 auto rightValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 3, 0.0f); in SetRectShape()
44 auto bottomValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 4, 0.0f); in SetRectShape()
50 auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLOR); in SetRectShape()
51 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 6, DEFAULT_COLOR); in SetRectShape()
52 auto strokeWidthValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 7, 0.0f); in SetRectShape()
65 auto centerXValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 1, 0.0f); in SetCircleShape()
66 auto centerYValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 2, 0.0f); in SetCircleShape()
67 auto radiusValue = RenderNodeBridge::GetNumber<floa in SetCircleShape()
[all...]
H A Darkts_native_render_node_bridge.h67 static T GetNumber(EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, int index, T defaultValue) in GetNumber() function in OHOS::Ace::NG::RenderNodeBridge
/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/
H A Dserializable.cpp55 return GetNumber(node, name, value); in GetValue()
60 return GetNumber(node, name, value); in GetValue()
65 return GetNumber(node, name, value); in GetValue()
70 return GetNumber(node, name, value); in GetValue()
75 return GetNumber(node, name, value); in GetValue()
80 return GetNumber(node, name, value); in GetValue()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_call_manager.cpp79 (iter->second.GetNumber() != updateiter->second.GetNumber()) || in UpdateCallDone()
82 iter->second.SetNumber(updateiter->second.GetNumber()); in UpdateCallDone()
H A Dhfp_hf_statemachine.cpp481 profile_.DialOutCall(event.calls_.GetNumber()); in ProcessDialCall()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/
H A Devent_bubble_tdd_test.cpp1337 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest013()
1340 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest013()
1343 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest013()
1359 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest014()
1362 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest014()
1381 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest015()
1384 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest015()
1387 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest015()
1406 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest016()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp143 * @tc.name: GetNumber
151 EXPECT_EQ("", call.GetNumber()); in HWTEST_F()
248 EXPECT_EQ("1", call.GetNumber()); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_phone_state.h41 std::string GetNumber();
H A Dbluetooth_phone_state.cpp111 std::string BluetoothPhoneState::GetNumber() in GetNumber() function in OHOS::Bluetooth::BluetoothPhoneState
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dhands_free_unit_calls.h172 const std::string &GetNumber() const;
H A Dhands_free_unit_calls.cpp58 const std::string &HandsFreeUnitCalls::GetNumber() const in GetNumber() function in OHOS::bluetooth::HandsFreeUnitCalls
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hf_call.h183 std::string GetNumber() const in GetNumber() function in OHOS::Bluetooth::HandsFreeUnitCall
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_source_test/src/
H A Dmedialibrary_album_source_test.cpp120 int GetNumber() in GetNumber() function
130 return seconds.count() + GetNumber(); in GetTimestamp()
147 return "IMG_" + to_string(timestamp) + "_" + to_string(GetNumber()); in GetTitle()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp107 DECLARE_NAPI_FUNCTION("getNumber", GetNumber), in Init()
303 napi_value ResourceManagerAddon::GetNumber(napi_env env, napi_callback_info info) in GetNumber() function in OHOS::Global::Resource::ResourceManagerAddon
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
H A Djs.h52 static double GetNumber(JSValue target, const char * const prop);
H A Djs.cpp134 double JSObject::GetNumber(JSValue target, const char * const prop) in GetNumber() function in OHOS::ACELite::JSObject
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp70 call.GetNumber(),
286 call.GetNumber(), in GetExistingCalls()
397 call.GetNumber(), in FinishActiveCall()
419 calls.GetNumber(), in StartDial()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h86 static napi_value GetNumber(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/
H A Dserializable.h110 static bool GetNumber(const json node, const std::string &name, T &value) in GetNumber() function
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/portrait_album_update_test/src/
H A Dportrait_album_update_test.cpp76 int GetNumber() in GetNumber() function
107 return "IMG_" + to_string(timestamp) + "_" + to_string(GetNumber()); in GetTitle()
115 return seconds.count() + GetNumber(); in GetTimestamp()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_analysis_album_operation_test/src/
H A Dmedialibrary_analysis_album_operation_test.cpp76 int GetNumber() in GetNumber() function
95 return "IMG_" + to_string(timestamp) + "_" + to_string(GetNumber()); in GetTitle()
103 return seconds.count() + GetNumber(); in GetTimestamp()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_event_tdd_test.cpp916 int8_t fontSize = JSObject::GetNumber(page, "fontSize"); in InputBindingTest001Extra()
926 int16_t colorValue = JSObject::GetNumber(page, "color"); in InputBindingTest001Extra()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp504 std::string number = phoneState.GetNumber(); in PhoneStateChanged()

Completed in 19 milliseconds