/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/ |
H A D | serializable.cpp | 128 return SetNumber(node, value, name); in SetValue() 133 return SetNumber(node, value, name); in SetValue() 138 return SetNumber(node, value, name); in SetValue() 143 return SetNumber(node, value, name); in SetValue() 148 return SetNumber(node, value, name); in SetValue() 153 return SetNumber(node, value, name); in SetValue()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | event_util.cpp | 77 JSObject::SetNumber(arg, ATTR_TIMESTAMP, event.GetTimeStamp()); in CreateEvent() 79 JSObject::SetNumber(arg, ATTR_GLOBAL_X, point.x); in CreateEvent() 81 JSObject::SetNumber(arg, ATTR_GLOBAL_Y, point.y); in CreateEvent() 117 JSObject::SetNumber(arg, ATTR_DISTANCE, distance); in CreateSwipeEvent()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_phone_state.h | 42 void SetNumber(std::string number);
|
H A D | bluetooth_phone_state.cpp | 116 void BluetoothPhoneState::SetNumber(std::string number) in SetNumber() function in OHOS::Bluetooth::BluetoothPhoneState
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | hands_free_unit_calls.h | 226 void SetNumber(const std::string &number);
|
H A D | hands_free_unit_calls.cpp | 88 void HandsFreeUnitCalls::SetNumber(const std::string &number) in SetNumber() function in OHOS::bluetooth::HandsFreeUnitCalls
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hf_call.h | 249 void SetNumber(std::string number) in SetNumber() function in OHOS::Bluetooth::HandsFreeUnitCall
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hf_call_test.cpp | 239 * @tc.name: SetNumber 247 call.SetNumber("1"); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_call_manager.cpp | 82 iter->second.SetNumber(updateiter->second.GetNumber()); in UpdateCallDone()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/test/unittest/common/ |
H A D | router_module_tdd_test.cpp | 148 JSObject::SetNumber(extraParam, "count", 0); in HWTEST_F() 169 JSObject::SetNumber(extraParam, "size", 0); in PrepareRouterStateMachine()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/ |
H A D | js.h | 56 static void SetNumber(JSValue target, const char * const prop, const double value);
|
H A D | js.cpp | 162 void JSObject::SetNumber(JSValue target, const char * const prop, const double value) in SetNumber() function in OHOS::ACELite::JSObject
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/ |
H A D | serializable.h | 98 static bool SetNumber(json &node, const T &value, const std::string &name) in SetNumber() function
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 569 phoneState.SetNumber(number); in PhoneStateChanged()
|