Home
last modified time | relevance | path

Searched defs:ReadInt64 (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
H A Dparcel.cpp83 bool Parcel::ReadInt64(int64_t &value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.cpp311 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
319 bool Parcel::ReadInt64(int64_t &value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/
H A Djs_share_data.cpp87 void JSShareData::ReadInt64(const JSCallbackInfo& info) in ReadInt64() 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.c83 int ReadInt64(Context *context, int64_t *pInt64) in ReadInt64() function
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_message_parcel.cpp218 bool Parcel::ReadInt64(int64_t& value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h340 static bool ReadInt64(int64_t &value, SharedMemoryInfo &memInfo) in ReadInt64() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp117 uint32_t Parcel::ReadInt64(int64_t &val) in ReadInt64() function in DistributedDB::Parcel
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserial.c304 int ReadInt64(Context *context, int64_t *pInt64) in ReadInt64() function
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp450 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
524 bool Parcel::ReadInt64(int64_t& value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp437 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
511 bool Parcel::ReadInt64(int64_t& value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp439 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
513 bool Parcel::ReadInt64(int64_t &value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp437 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
511 bool Parcel::ReadInt64(int64_t& value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp437 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
511 bool Parcel::ReadInt64(int64_t& value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp368 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
441 bool Parcel::ReadInt64(int64_t &value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.cpp404 int64_t UObject::ReadInt64() in ReadInt64() function in OHOS::UObject
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp963 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
1042 bool Parcel::ReadInt64(int64_t &value) in ReadInt64() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c603 bool ReadInt64(IpcIo *io, int64_t *value) in ReadInt64() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs90 fn ReadInt64(self: Pin<&mut Parcel>, v: &mut i64) -> bool; in ReadInt64() function