/base/powermgr/battery_statistics/services/native/test/unittest/mock/source/ |
D | mock_parcel.cpp | 31 Parcel::Parcel(Allocator *allocator) in Parcel() function in OHOS::Parcel 52 Parcel::Parcel() : Parcel(new DefaultAllocator()) in Parcel() function in OHOS::Parcel 55 Parcel::~Parcel() in ~Parcel() 61 size_t Parcel::GetWritableBytes() const in GetWritableBytes() 66 size_t Parcel::GetReadableBytes() const in GetReadableBytes() 71 size_t Parcel::CalcNewCapacity(size_t minNewCapacity) in CalcNewCapacity() 77 bool Parcel::EnsureWritableCapacity(size_t desireCapacity) in EnsureWritableCapacity() 83 size_t Parcel::GetDataSize() const in GetDataSize() 88 uintptr_t Parcel::GetData() const in GetData() 93 binder_size_t Parcel::GetObjectOffsets() const in GetObjectOffsets() [all …]
|
/base/powermgr/display_manager/test/unittest/common/native/mock/src/ |
D | mock_parcel.cpp | 30 Parcel::Parcel(Allocator* allocator) in Parcel() function in OHOS::Parcel 51 Parcel::Parcel() : Parcel(new DefaultAllocator()) {} in Parcel() function in OHOS::Parcel 53 Parcel::~Parcel() in ~Parcel() 59 size_t Parcel::GetWritableBytes() const in GetWritableBytes() 64 size_t Parcel::GetReadableBytes() const in GetReadableBytes() 69 size_t Parcel::CalcNewCapacity(size_t minNewCapacity) in CalcNewCapacity() 75 bool Parcel::EnsureWritableCapacity(size_t desireCapacity) in EnsureWritableCapacity() 81 size_t Parcel::GetDataSize() const in GetDataSize() 86 uintptr_t Parcel::GetData() const in GetData() 91 binder_size_t Parcel::GetObjectOffsets() const in GetObjectOffsets() [all …]
|
/base/powermgr/thermal_manager/services/native/test/unittest/mock/src/ |
D | mock_parcel.cpp | 31 Parcel::Parcel(Allocator* allocator) in Parcel() function in OHOS::Parcel 52 Parcel::Parcel() : Parcel(new DefaultAllocator()) {} in Parcel() function in OHOS::Parcel 54 Parcel::~Parcel() in ~Parcel() 60 size_t Parcel::GetWritableBytes() const in GetWritableBytes() 65 size_t Parcel::GetReadableBytes() const in GetReadableBytes() 70 size_t Parcel::CalcNewCapacity(size_t minNewCapacity) in CalcNewCapacity() 76 bool Parcel::EnsureWritableCapacity(size_t desireCapacity) in EnsureWritableCapacity() 82 size_t Parcel::GetDataSize() const in GetDataSize() 87 uintptr_t Parcel::GetData() const in GetData() 92 binder_size_t Parcel::GetObjectOffsets() const in GetObjectOffsets() [all …]
|
/base/powermgr/battery_manager/services/native/test/unittest/mock/source/ |
D | mock_parcel.cpp | 30 Parcel::Parcel(Allocator* allocator) in Parcel() function in OHOS::Parcel 51 Parcel::Parcel() : Parcel(new DefaultAllocator()) {} in Parcel() function in OHOS::Parcel 53 Parcel::~Parcel() in ~Parcel() 59 size_t Parcel::GetWritableBytes() const in GetWritableBytes() 64 size_t Parcel::GetReadableBytes() const in GetReadableBytes() 69 size_t Parcel::CalcNewCapacity(size_t minNewCapacity) in CalcNewCapacity() 75 bool Parcel::EnsureWritableCapacity(size_t desireCapacity) in EnsureWritableCapacity() 81 size_t Parcel::GetDataSize() const in GetDataSize() 86 uintptr_t Parcel::GetData() const in GetData() 91 binder_size_t Parcel::GetObjectOffsets() const in GetObjectOffsets() [all …]
|
/base/powermgr/power_manager/services/native/test/unittest/mock/ |
D | mock_parcel.cpp | 30 Parcel::Parcel(Allocator* allocator) in Parcel() function in OHOS::Parcel 51 Parcel::Parcel() : Parcel(new DefaultAllocator()) {} in Parcel() function in OHOS::Parcel 53 Parcel::~Parcel() in ~Parcel() 59 size_t Parcel::GetWritableBytes() const in GetWritableBytes() 64 size_t Parcel::GetReadableBytes() const in GetReadableBytes() 69 size_t Parcel::CalcNewCapacity(size_t minNewCapacity) in CalcNewCapacity() 75 bool Parcel::EnsureWritableCapacity(size_t desireCapacity) in EnsureWritableCapacity() 81 size_t Parcel::GetDataSize() const in GetDataSize() 86 uintptr_t Parcel::GetData() const in GetData() 91 binder_size_t Parcel::GetObjectOffsets() const in GetObjectOffsets() [all …]
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_base_parcel.h | 32 bool Read(Parcel &parcel, int8_t &value); 33 bool Read(Parcel &parcel, uint8_t &value); 34 bool Read(Parcel &parcel, int32_t &value); 35 bool Read(Parcel &parcel, uint32_t &value); 36 bool Read(Parcel &parcel, int64_t &value); 37 bool Read(Parcel &parcel, uint64_t &value); 38 bool Read(Parcel &parcel, bool &value); 39 bool Read(Parcel &parcel, std::string &value); 42 bool Read(Parcel &parcel, E &e) in Read() 50 bool Write(Parcel &parcel, const int8_t &value); [all …]
|
/base/telephony/ril_adapter/frameworks/src/ |
D | hril_base_parcel.cpp | 21 bool Read(Parcel &parcel, int8_t &value) in Read() 26 bool Read(Parcel &parcel, uint8_t &value) in Read() 31 bool Read(Parcel &parcel, int32_t &value) in Read() 36 bool Read(Parcel &parcel, uint32_t &value) in Read() 41 bool Read(Parcel &parcel, int64_t &value) in Read() 46 bool Read(Parcel &parcel, uint64_t &value) in Read() 51 bool Read(Parcel &parcel, bool &value) in Read() 56 bool Read(Parcel &parcel, std::string &value) in Read() 61 bool Write(Parcel &parcel, const int8_t &value) in Write() 66 bool Write(Parcel &parcel, const uint8_t &value) in Write() [all …]
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | operator_config_types.h | 93 bool Marshalling(Parcel &parcel) const; 94 bool MarshallingU16StringMap(Parcel &parcel) const; 95 bool MarshallingStringMap(Parcel &parcel) const; 96 bool MarshallingBoolMap(Parcel &parcel) const; 97 bool MarshallingIntMap(Parcel &parcel) const; 98 bool MarshallingLongMap(Parcel &parcel) const; 99 bool MarshallingStringArrayMap(Parcel &parcel) const; 100 bool MarshallingIntArrayMap(Parcel &parcel) const; 101 bool MarshallingLongArrayMap(Parcel &parcel) const; 102 std::shared_ptr<OperatorConfig> UnMarshalling(Parcel &parcel); [all …]
|
D | signal_information.h | 43 virtual bool Marshalling(Parcel &parcel) const = 0; 45 static std::unique_ptr<SignalInformation> Unmarshalling(Parcel &parcel); 46 virtual bool ReadFromParcel(Parcel &parcel) = 0; 71 bool Marshalling(Parcel &parcel) const override; 72 static std::unique_ptr<GsmSignalInformation> Unmarshalling(Parcel &parcel); 73 bool ReadFromParcel(Parcel &parcel) override; 93 bool Marshalling(Parcel &parcel) const override; 94 static std::unique_ptr<CdmaSignalInformation> Unmarshalling(Parcel &parcel); 95 bool ReadFromParcel(Parcel &parcel) override; 119 bool Marshalling(Parcel &parcel) const override; [all …]
|
D | cell_location.h | 34 virtual bool Marshalling(Parcel &parcel) const = 0; 35 static CellLocation *Unmarshalling(Parcel &parcel); 36 virtual bool ReadFromParcel(Parcel &parcel) = 0; 47 bool Marshalling(Parcel &parcel) const override; 48 static GsmCellLocation *Unmarshalling(Parcel &parcel); 49 bool ReadFromParcel(Parcel &parcel) override; 77 bool Marshalling(Parcel &parcel) const override; 78 static CdmaCellLocation *Unmarshalling(Parcel &parcel); 79 bool ReadFromParcel(Parcel &parcel) override;
|
D | cell_information.h | 37 virtual bool Marshalling(Parcel &parcel) const = 0; 38 static CellInformation *Unmarshalling(Parcel &parcel); 39 virtual bool ReadFromParcel(Parcel &parcel) = 0; 69 bool Marshalling(Parcel &parcel) const override; 70 static GsmCellInformation *Unmarshalling(Parcel &parcel); 71 bool ReadFromParcel(Parcel &parcel) override; 92 bool Marshalling(Parcel &parcel) const override; 93 static LteCellInformation *Unmarshalling(Parcel &parcel); 94 bool ReadFromParcel(Parcel &parcel) override; 115 bool Marshalling(Parcel &parcel) const override; [all …]
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_common_test.cpp | 57 Parcel Parcel; variable 65 EXPECT_EQ(option1.Marshalling(Parcel), true); 66 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel); 85 Parcel Parcel; variable 90 EXPECT_EQ(option1.Marshalling(Parcel), true); 91 VerifyCredentialOptions *option2 = option1.Unmarshalling(Parcel); 107 Parcel Parcel; variable 111 EXPECT_EQ(option1.Marshalling(Parcel), true); 112 CreateAccountOptions *option2 = option1.Unmarshalling(Parcel); 127 Parcel Parcel; variable [all …]
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_common.h | 49 bool ReadFromParcel(Parcel &parcel); 50 virtual bool Marshalling(Parcel &parcel) const override; 51 static SelectAccountsOptions *Unmarshalling(Parcel &parcel); 58 bool ReadFromParcel(Parcel &parcel); 59 virtual bool Marshalling(Parcel &parcel) const override; 60 static VerifyCredentialOptions *Unmarshalling(Parcel &parcel); 66 bool ReadFromParcel(Parcel &parcel); 67 virtual bool Marshalling(Parcel &parcel) const override; 68 static SetPropertiesOptions *Unmarshalling(Parcel &parcel); 73 bool ReadFromParcel(Parcel &parcel); [all …]
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification.h | 237 bool Marshalling(Parcel &parcel) const; 245 static Notification *Unmarshalling(Parcel &parcel); 262 bool ReadFromParcel(Parcel &parcel); 263 void ReadFromParcelBool(Parcel &parcel); 264 void ReadFromParcelString(Parcel &parcel); 265 void ReadFromParcelInt32(Parcel &parcel); 266 void ReadFromParcelInt64(Parcel &parcel); 267 void ReadFromParcelParcelable(Parcel &parcel); 268 bool MarshallingBool(Parcel &parcel) const; 269 bool MarshallingString(Parcel &parcel) const; [all …]
|
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
D | schedule_node_fuzzer.cpp | 33 std::shared_ptr<ScheduleNode> GetScheduleNode(Parcel &parcel) in GetScheduleNode() 56 void FuzzScheduleNodeGetScheduleId(Parcel &parcel) in FuzzScheduleNodeGetScheduleId() 66 void FuzzScheduleNodeGetContextId(Parcel &parcel) in FuzzScheduleNodeGetContextId() 76 void FuzzScheduleNodeGetAuthType(Parcel &parcel) in FuzzScheduleNodeGetAuthType() 86 void FuzzScheduleNodeGetExecutorMatcher(Parcel &parcel) in FuzzScheduleNodeGetExecutorMatcher() 96 void FuzzScheduleNodeGetScheduleMode(Parcel &parcel) in FuzzScheduleNodeGetScheduleMode() 106 void FuzzScheduleNodeGetCollectorExecutor(Parcel &parcel) in FuzzScheduleNodeGetCollectorExecutor() 116 void FuzzScheduleNodeGetVerifyExecutor(Parcel &parcel) in FuzzScheduleNodeGetVerifyExecutor() 126 void FuzzScheduleNodeGetTemplateIdList(Parcel &parcel) in FuzzScheduleNodeGetTemplateIdList() 136 void FuzzScheduleNodeGetCurrentScheduleState(Parcel &parcel) in FuzzScheduleNodeGetCurrentScheduleState() [all …]
|
D | resource_node_pool_fuzzer.cpp | 31 void FuzzResourcePoolInsert(Parcel &parcel) in FuzzResourcePoolInsert() 40 void FuzzResourcePoolDelete(Parcel &parcel) in FuzzResourcePoolDelete() 48 void FuzzResourcePoolDeleteAll(Parcel &parcel) in FuzzResourcePoolDeleteAll() 56 void FuzzResourcePoolSelect(Parcel &parcel) in FuzzResourcePoolSelect() 64 void FuzzResourcePoolGetPoolSize(Parcel &parcel) in FuzzResourcePoolGetPoolSize() 72 void FuzzRegisterResourceNodePoolListener(Parcel &parcel) in FuzzRegisterResourceNodePoolListener() 80 void FuzzDeregisterResourceNodePoolListener(Parcel &parcel) in FuzzDeregisterResourceNodePoolListener() 100 void ResourceNodePoolFuzzTest(Parcel &parcel) in ResourceNodePoolFuzzTest()
|
D | resource_node_fuzzer.cpp | 79 std::shared_ptr<ResourceNode> GetResourceNode(Parcel &parcel) in GetResourceNode() 103 void FuzzResourceNodeGetExecutorIndex(Parcel &parcel) in FuzzResourceNodeGetExecutorIndex() 113 void FuzzResourceNodeGetOwnerDeviceId(Parcel &parcel) in FuzzResourceNodeGetOwnerDeviceId() 123 void FuzzResourceNodeGetOwnerPid(Parcel &parcel) in FuzzResourceNodeGetOwnerPid() 133 void FuzzResourceNodeGetAuthType(Parcel &parcel) in FuzzResourceNodeGetAuthType() 143 void FuzzResourceNodeGetExecutorRole(Parcel &parcel) in FuzzResourceNodeGetExecutorRole() 153 void FuzzResourceNodeGetExecutorSensorHint(Parcel &parcel) in FuzzResourceNodeGetExecutorSensorHint() 163 void FuzzResourceNodeGetExecutorMatcher(Parcel &parcel) in FuzzResourceNodeGetExecutorMatcher() 173 void FuzzResourceNodeGetExecutorEsl(Parcel &parcel) in FuzzResourceNodeGetExecutorEsl() 183 void FuzzResourceNodeGetExecutorPublicKey(Parcel &parcel) in FuzzResourceNodeGetExecutorPublicKey() [all …]
|
/base/useriam/user_auth_framework/common/test/ |
D | iam_fuzz_test.h | 27 void FillFuzzUint8Vector(Parcel &parcel, std::vector<uint8_t> &data); 28 void FillFuzzInt8Vector(Parcel &parcel, std::vector<int8_t> &data); 29 void FillFuzzUint32Vector(Parcel &parcel, std::vector<uint32_t> &data); 30 void FillFuzzUint64Vector(Parcel &parcel, std::vector<uint64_t> &data); 31 void FillFuzzString(Parcel &parcel, std::string &str);
|
/base/theme/screenlock_mgr/services/include/ |
D | screenlock_manager_stub.h | 31 int32_t OnIsLocked(Parcel &data, Parcel &reply); 32 int32_t OnIsScreenLocked(Parcel &data, Parcel &reply); 33 int32_t OnGetSecure(Parcel &data, Parcel &reply);
|
/base/useriam/user_auth_framework/test/fuzztest/services/useridmservice_fuzzer/ |
D | user_idm_service_fuzzer.cpp | 85 int32_t GetFuzzOptionalUserId(Parcel &parcel) in GetFuzzOptionalUserId() 93 sptr<IdmGetCredInfoCallbackInterface> GetFuzzIdmGetCredentialInfoCallback(Parcel &parcel) in GetFuzzIdmGetCredentialInfoCallback() 101 sptr<IdmGetSecureUserInfoCallbackInterface> GetFuzzIdmGetSecureUserInfoCallback(Parcel &parcel) in GetFuzzIdmGetSecureUserInfoCallback() 109 sptr<IdmCallbackInterface> GetFuzzIdmCallback(Parcel &parcel) in GetFuzzIdmCallback() 119 void FuzzOnStart(Parcel &parcel) in FuzzOnStart() 126 void FuzzOnStop(Parcel &parcel) in FuzzOnStop() 139 void FuzzOpenSession(Parcel &parcel) in FuzzOpenSession() 149 void FuzzCloseSession(Parcel &parcel) in FuzzCloseSession() 157 void FuzzGetCredentialInfo(Parcel &parcel) in FuzzGetCredentialInfo() 167 void FuzzGetSecInfo(Parcel &parcel) in FuzzGetSecInfo() [all …]
|
/base/powermgr/power_manager/interfaces/innerkits/native/include/ |
D | running_lock_info.h | 73 bool ReadFromParcel(Parcel& parcel); 74 bool Marshalling(Parcel& parcel) const override; 75 static RunningLockInfo* Unmarshalling(Parcel& parcel); 76 static bool MarshallingWorkTriggerList(Parcel& parcel, const WorkTriggerList& list); 77 static bool ReadFromParcelWorkTriggerList(Parcel& parcel, WorkTriggerList& list);
|
/base/telephony/core_service/frameworks/native/src/ |
D | operator_config_types.cpp | 22 bool OperatorConfig::Marshalling(Parcel &parcel) const in Marshalling() 51 bool OperatorConfig::MarshallingU16StringMap(Parcel &parcel) const in MarshallingU16StringMap() 69 bool OperatorConfig::MarshallingStringMap(Parcel &parcel) const in MarshallingStringMap() 87 bool OperatorConfig::MarshallingBoolMap(Parcel &parcel) const in MarshallingBoolMap() 105 bool OperatorConfig::MarshallingIntMap(Parcel &parcel) const in MarshallingIntMap() 123 bool OperatorConfig::MarshallingLongMap(Parcel &parcel) const in MarshallingLongMap() 141 bool OperatorConfig::MarshallingStringArrayMap(Parcel &parcel) const in MarshallingStringArrayMap() 159 bool OperatorConfig::MarshallingIntArrayMap(Parcel &parcel) const in MarshallingIntArrayMap() 177 bool OperatorConfig::MarshallingLongArrayMap(Parcel &parcel) const in MarshallingLongArrayMap() 195 std::shared_ptr<OperatorConfig> OperatorConfig::UnMarshalling(Parcel &parcel) in UnMarshalling() [all …]
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_common.cpp | 28 bool SelectAccountsOptions::Marshalling(Parcel &parcel) const in Marshalling() 45 SelectAccountsOptions *SelectAccountsOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() 56 bool SelectAccountsOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 80 bool VerifyCredentialOptions::Marshalling(Parcel &parcel) const in Marshalling() 85 VerifyCredentialOptions *VerifyCredentialOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() 96 bool VerifyCredentialOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 109 bool SetPropertiesOptions::Marshalling(Parcel &parcel) const in Marshalling() 114 SetPropertiesOptions *SetPropertiesOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() 125 bool SetPropertiesOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 140 bool CreateAccountOptions::Marshalling(Parcel &parcel) const in Marshalling() [all …]
|
/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/ |
D | user_idm_client_fuzzer.cpp | 68 void FuzzClientOpenSession(Parcel &parcel) in FuzzClientOpenSession() 76 void FuzzClientCloseSession(Parcel &parcel) in FuzzClientCloseSession() 84 void FuzzClientAddCredential(Parcel &parcel) in FuzzClientAddCredential() 96 void FuzzClientUpdateCredential(Parcel &parcel) in FuzzClientUpdateCredential() 108 void FuzzClientCancel(Parcel &parcel) in FuzzClientCancel() 116 void FuzzClientDeleteCredential(Parcel &parcel) in FuzzClientDeleteCredential() 128 void FuzzClientDeleteUser(Parcel &parcel) in FuzzClientDeleteUser() 139 void FuzzClientEraseUser(Parcel &parcel) in FuzzClientEraseUser() 148 void FuzzClientGetCredentialInfo(Parcel &parcel) in FuzzClientGetCredentialInfo() 158 void FuzzClientGetSecUserInfo(Parcel &parcel) in FuzzClientGetSecUserInfo() [all …]
|
/base/powermgr/power_manager/frameworks/native/ |
D | running_lock_info.cpp | 25 bool RunningLockInfo::ReadFromParcelWorkTriggerList(Parcel& parcel, WorkTriggerList& list) in ReadFromParcelWorkTriggerList() 44 bool RunningLockInfo::ReadFromParcel(Parcel& parcel) in ReadFromParcel() 55 RunningLockInfo* RunningLockInfo::Unmarshalling(Parcel& parcel) in Unmarshalling() 68 bool RunningLockInfo::MarshallingWorkTriggerList(Parcel& parcel, const WorkTriggerList& list) in MarshallingWorkTriggerList() 89 bool RunningLockInfo::Marshalling(Parcel& parcel) const in Marshalling() 97 bool WorkTrigger::ReadFromParcel(Parcel& parcel) in ReadFromParcel() 109 WorkTrigger* WorkTrigger::Unmarshalling(Parcel& parcel) in Unmarshalling() 122 bool WorkTrigger::Marshalling(Parcel& parcel) const in Marshalling()
|