/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | message_parcel_mock.h | 71 virtual double ReadDouble() = 0; 72 virtual bool ReadDouble(double &value) = 0; 118 MOCK_METHOD0(ReadDouble, double()); 119 MOCK_METHOD1(ReadDouble, bool(double &value));
|
H A D | message_parcel_mock.cpp | 346 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel 351 return DfsMessageParcel::messageParcel->ReadDouble(); in ReadDouble() 354 bool Parcel::ReadDouble(double &value) in ReadDouble() function in OHOS::Parcel 359 return DfsMessageParcel::messageParcel->ReadDouble(value); in ReadDouble()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | occupied_area_change_info.h | 63 occupiedAreaChangeInfo->textFieldPositionY_ = parcel.ReadDouble(); in Unmarshalling() 64 occupiedAreaChangeInfo->textFieldHeight_ = parcel.ReadDouble(); in Unmarshalling()
|
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/ |
H A D | serial_test.cpp | 90 ASSERT_EQ(ReadDouble(test, &d), -1); in HWTEST_F() 91 ASSERT_EQ(ReadDouble(ctx, &d), 0); in HWTEST_F()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/ |
H A D | serial_test.cpp | 90 ASSERT_EQ(ReadDouble(test, &d), -1); in HWTEST_F() 91 ASSERT_EQ(ReadDouble(ctx, &d), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/ |
H A D | js_share_data.h | 39 void ReadDouble(const JSCallbackInfo& info);
|
H A D | js_share_data.cpp | 49 JSClass<JSShareData>::CustomMethod("readDouble", &JSShareData::ReadDouble); in JSBind() 99 void JSShareData::ReadDouble(const JSCallbackInfo& info) in ReadDouble() function in OHOS::Ace::Framework::JSShareData
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | mock_serial.c | 88 int ReadDouble(Context *context, double *dData) in ReadDouble() function
|
H A D | mock_serial.h | 160 int ReadDouble(Context *context, double *d);
|
/foundation/communication/wifi/wifi/base/cRPC/include/ |
H A D | serial.h | 160 int ReadDouble(Context *context, double *d);
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | window_info.h | 164 info->maxWindowRatio_ = parcel.ReadDouble(); in Unmarshalling() 165 info->minWindowRatio_ = parcel.ReadDouble(); in Unmarshalling()
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | camera_server_photo_proxy.cpp | 95 latitude_ = parcel.ReadDouble(); in ReadFromParcel() 96 longitude_ = parcel.ReadDouble(); in ReadFromParcel()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | camera_photo_proxy.cpp | 84 latitude_ = parcel.ReadDouble(); in ReadFromParcel() 85 longitude_ = parcel.ReadDouble(); in ReadFromParcel()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | tlv_util.cpp | 58 double TLVUtil::ReadDouble(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDouble() function in OHOS::Ace::TLVUtil 104 auto val = ReadDouble(buff, cursor); in ReadDimension() 150 double blurRadius = ReadDouble(buff, cursor); in ReadTextShadow() 153 double offsetX = ReadDouble(buff, cursor); in ReadTextShadow() 154 double offsetY = ReadDouble(buff, cursor); in ReadTextShadow()
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/ |
H A D | test_sa_proxy_cache_proxy.cpp | 92 ret_number = reply.ReadDouble(); in GetDoubleFunc() 114 ret_number = reply.ReadDouble(); in GetDoubleFunc()
|
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/ |
H A D | test_audio_ability_stub.cpp | 70 bool ret = reply.WriteDouble(TestRpcDouble(data.ReadDouble())); in OnRemoteRequest()
|
/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/ |
H A D | fuzz_data_generator.h | 115 return DataGenerator::GetInstance().ReadDouble(value); in GenerateDouble()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.cpp | 400 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel 481 bool Parcel::ReadDouble(double &value) in ReadDouble() function in OHOS::Parcel 672 return ReadVector(val, &Parcel::ReadDouble); in ReadDoubleVector()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 441 in.ReadDouble(tiltX_) && in ReadFromParcel() 442 in.ReadDouble(tiltY_) && in ReadFromParcel() 443 in.ReadDouble(pressure_) && in ReadFromParcel() 453 in.ReadDouble(displayXPos_) && in ReadFromParcel() 454 in.ReadDouble(displayYPos_) && in ReadFromParcel() 455 in.ReadDouble(windowXPos_) && in ReadFromParcel() 456 in.ReadDouble(windowYPos_) && in ReadFromParcel()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_codec.cpp | 164 return pIpcMsg.ReadDouble(attr); in IpcDecodeBindAttr()
|
/foundation/multimodalinput/input/intention/stationary/data/src/ |
H A D | stationary_params.cpp | 105 parcel.ReadDouble(data_.movement); in Unmarshalling()
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/ |
H A D | listen_ability_proxy.cpp | 74 output = reply.ReadDouble(); in TestSaCallSa()
|
/foundation/communication/dsoftbus/tests/common/include/ |
H A D | fuzz_data_generator.h | 113 return DataGenerator::GetInstance().ReadDouble(value); in GenerateDouble()
|
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/ |
H A D | file_filter.h | 157 lastModifiedAfter_ = parcel.ReadDouble(); in ReadFromParcel()
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_common_helper.cpp | 498 parcel.ReadDouble(), parcel.ReadFloat(), in ReadTouchPoint() 517 touchEvent.size = parcel.ReadDouble(); in ReadTouchEvent() 562 return { parcel.ReadUint8(), parcel.ReadDouble(), parcel.ReadDouble(), parcel.ReadDouble(), parcel.ReadDouble() }; in ReadFocusEvent()
|