Home
last modified time | relevance | path

Searched defs:ReadString (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_parcel_test/mock/
H A Dparcel.cpp117 std::string Parcel::ReadString() const in ReadString() function in OHOS::Parcel
121 bool Parcel::ReadString(const std::string&) in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
H A Dparcel.cpp44 bool ReadString(const std::string &value) in ReadString() function
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
H A Dparcel.cpp91 bool Parcel::ReadString(string &value) in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_info_test/mock/
H A Dparcel.cpp88 std::string Parcel::ReadString() const in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.cpp146 const std::string Parcel::ReadString() in ReadString() function in OHOS::Parcel
154 bool Parcel::ReadString(std::string &value) in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/parcel/src/
H A Dparcel.cpp84 bool Parcel::ReadString(string &value) in ReadString() function in OHOS::FileManagement::Backup::Parcel
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dmessage_parcel_mock.cpp99 bool Parcel::ReadString(std::string &value) in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dmessage_parcel_mock.cpp100 bool Parcel::ReadString(std::string &value) in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp51 BASE_NS::string ReadString(BASE_NS::string_view name, const json::value& value) in ReadString() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/
H A Djs_share_data.cpp111 void JSShareData::ReadString(const JSCallbackInfo& info) in ReadString() function in OHOS::Ace::Framework::JSShareData
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_extractor_util.cpp80 unsigned char *GtExtractorUtil::ReadString(int32_t fp, uint32_t len) in ReadString() function in OHOS::GtExtractorUtil
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile.cpp100 bool Decompile::ReadString(std::string &value) in ReadString() function in Decompile
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp171 std::string HeifStreamReader::ReadString() in ReadString() function in OHOS::ImagePlugin::HeifStreamReader
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h367 static bool ReadString(std::string &outVal, SharedMemoryInfo &memInfo) in ReadString() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp148 bool DfxMemory::ReadString(uintptr_t& addr, std::string* str, size_t maxSize, bool incre) in ReadString() function in OHOS::HiviewDFX::DfxMemory
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp197 uint32_t Parcel::ReadString(std::string &outVal) in ReadString() function in DistributedDB::Parcel
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp579 const std::string Parcel::ReadString() in ReadString() function in OHOS::Parcel
584 bool Parcel::ReadString(std::string& value) in ReadString() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp566 const std::string Parcel::ReadString() in ReadString() function in OHOS::Parcel
571 bool Parcel::ReadString(std::string& value) in ReadString() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp568 const std::string Parcel::ReadString() in ReadString() function in OHOS::Parcel
573 bool Parcel::ReadString(std::string &value) in ReadString() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp566 const std::string Parcel::ReadString() in ReadString() function in OHOS::Parcel
571 bool Parcel::ReadString(std::string& value) in ReadString() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp566 const std::string Parcel::ReadString() in ReadString() function in OHOS::Parcel
571 bool Parcel::ReadString(std::string& value) in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp496 const std::string Parcel::ReadString() in ReadString() function in OHOS::Parcel
501 bool Parcel::ReadString(std::string &value) in ReadString() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp111 bool ReadString(Parcel &parcel, rust::string &val) in ReadString() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp29 std::string TLVUtil::ReadString(std::vector<uint8_t>& buff, int32_t& cursor) in ReadString() function in OHOS::Ace::TLVUtil
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.cpp440 std::string UObject::ReadString(int32_t len) in ReadString() function in OHOS::UObject

12