Home
last modified time | relevance | path

Searched refs:ReadDouble (Results 1 - 25 of 64) sorted by relevance

123

/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.h71 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 Dmessage_parcel_mock.cpp346 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 Doccupied_area_change_info.h63 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 Dserial_test.cpp90 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 Dserial_test.cpp90 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 Djs_share_data.h39 void ReadDouble(const JSCallbackInfo& info);
H A Djs_share_data.cpp49 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 Dmock_serial.c88 int ReadDouble(Context *context, double *dData) in ReadDouble() function
H A Dmock_serial.h160 int ReadDouble(Context *context, double *d);
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserial.h160 int ReadDouble(Context *context, double *d);
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwindow_info.h164 info->maxWindowRatio_ = parcel.ReadDouble(); in Unmarshalling()
165 info->minWindowRatio_ = parcel.ReadDouble(); in Unmarshalling()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp95 latitude_ = parcel.ReadDouble(); in ReadFromParcel()
96 longitude_ = parcel.ReadDouble(); in ReadFromParcel()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_photo_proxy.cpp84 latitude_ = parcel.ReadDouble(); in ReadFromParcel()
85 longitude_ = parcel.ReadDouble(); in ReadFromParcel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp58 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 Dtest_sa_proxy_cache_proxy.cpp92 ret_number = reply.ReadDouble(); in GetDoubleFunc()
114 ret_number = reply.ReadDouble(); in GetDoubleFunc()
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/
H A Dtest_audio_ability_stub.cpp70 bool ret = reply.WriteDouble(TestRpcDouble(data.ReadDouble())); in OnRemoteRequest()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h115 return DataGenerator::GetInstance().ReadDouble(value); in GenerateDouble()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp400 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 Dpointer_event.cpp441 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 Dipc_codec.cpp164 return pIpcMsg.ReadDouble(attr); in IpcDecodeBindAttr()
/foundation/multimodalinput/input/intention/stationary/data/src/
H A Dstationary_params.cpp105 parcel.ReadDouble(data_.movement); in Unmarshalling()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability_proxy.cpp74 output = reply.ReadDouble(); in TestSaCallSa()
/foundation/communication/dsoftbus/tests/common/include/
H A Dfuzz_data_generator.h113 return DataGenerator::GetInstance().ReadDouble(value); in GenerateDouble()
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_filter.h157 lastModifiedAfter_ = parcel.ReadDouble(); in ReadFromParcel()
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp498 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()

Completed in 14 milliseconds

123