Home
last modified time | relevance | path

Searched refs:MarshallingString (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Ddata_ability_predicates.cpp82 MarshallingString(GetWhereClause(), parcel); in Marshalling()
85 MarshallingString(GetIndex(), parcel); in Marshalling()
86 MarshallingString(GetGroup(), parcel); in Marshalling()
87 MarshallingString(GetOrder(), parcel); in Marshalling()
115 void DataAbilityPredicates::MarshallingString(std::string value, OHOS::Parcel &parcel) const in MarshallingString() function in OHOS::NativeRdb::DataAbilityPredicates
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/dataability/include/
H A Ddata_ability_predicates.h77 void MarshallingString(std::string value, OHOS::Parcel &parcel) const;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h113 bool MarshallingString(Parcel &parcel) const;
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.h70 static void MarshallingString(
H A Dinterface_info.cpp60 void InterfaceInfo::MarshallingString( in MarshallingString() function in OHOS::SoftBus::InterfaceInfo
107 MarshallingString(protocol, key, type, std::any_cast<const std::string>(value)); in Marshalling()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp161 if (!MarshallingString(parcel)) { in Marshalling()
170 bool NetworkState::MarshallingString(Parcel &parcel) const in MarshallingString() function in OHOS::Telephony::NetworkState
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp277 bool Notification::MarshallingString(Parcel &parcel) const in MarshallingString() function in OHOS::Notification::Notification
374 if (!MarshallingString(parcel)) { in Marshalling()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp39 notification.MarshallingString(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h345 bool MarshallingString(Parcel &parcel) const;