/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 41 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 D | arkts_native_render_node_bridge.h | 67 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 D | serializable.cpp | 55 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 D | hfp_hf_call_manager.cpp | 79 (iter->second.GetNumber() != updateiter->second.GetNumber()) || in UpdateCallDone() 82 iter->second.SetNumber(updateiter->second.GetNumber()); in UpdateCallDone()
|
H A D | hfp_hf_statemachine.cpp | 481 profile_.DialOutCall(event.calls_.GetNumber()); in ProcessDialCall()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 1337 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 D | hf_call_test.cpp | 143 * @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 D | bluetooth_phone_state.h | 41 std::string GetNumber();
|
H A D | bluetooth_phone_state.cpp | 111 std::string BluetoothPhoneState::GetNumber() in GetNumber() function in OHOS::Bluetooth::BluetoothPhoneState
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | hands_free_unit_calls.h | 172 const std::string &GetNumber() const;
|
H A D | hands_free_unit_calls.cpp | 58 const std::string &HandsFreeUnitCalls::GetNumber() const in GetNumber() function in OHOS::bluetooth::HandsFreeUnitCalls
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hf_call.h | 183 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 D | medialibrary_album_source_test.cpp | 120 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 D | resource_manager_addon.cpp | 107 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 D | js.h | 52 static double GetNumber(JSValue target, const char * const prop);
|
H A D | js.cpp | 134 double JSObject::GetNumber(JSValue target, const char * const prop) in GetNumber() function in OHOS::ACELite::JSObject
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 70 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 D | resource_manager_addon.h | 86 static napi_value GetNumber(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/ |
H A D | serializable.h | 110 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 D | portrait_album_update_test.cpp | 76 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 D | medialibrary_analysis_album_operation_test.cpp | 76 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 D | input_event_tdd_test.cpp | 916 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 D | hfp_ag_service.cpp | 504 std::string number = phoneState.GetNumber(); in PhoneStateChanged()
|