Home
last modified time | relevance | path

Searched defs:ReadDouble (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.cpp343 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
351 bool Parcel::ReadDouble(double &value) in ReadDouble() function in OHOS::Parcel
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/
H A Djs_share_data.cpp99 void JSShareData::ReadDouble(const JSCallbackInfo& info) in ReadDouble() function in OHOS::Ace::Framework::JSShareData
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp99 uint32_t Parcel::ReadDouble(double &val) in ReadDouble() function in DistributedDB::Parcel
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserial.c320 int ReadDouble(Context *context, double *dData) in ReadDouble() function
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp482 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
564 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp469 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
551 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp471 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
553 bool Parcel::ReadDouble(double &value) in ReadDouble() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp469 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
551 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp469 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
551 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.cpp428 double UObject::ReadDouble() in ReadDouble() function in OHOS::UObject
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp995 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
1082 bool Parcel::ReadDouble(double &value) in ReadDouble() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c645 bool ReadDouble(IpcIo *io, double *value) in ReadDouble() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs96 fn ReadDouble(self: Pin<&mut Parcel>, v: &mut f64) -> bool; in ReadDouble() function