Home
last modified time | relevance | path

Searched refs:HandleSetBundleQuota (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_stub.h76 int32_t HandleSetBundleQuota(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp80 &StorageDaemonStub::HandleSetBundleQuota; in StorageDaemonStub()
224 return HandleSetBundleQuota(data, reply); in OnRemoteRequestForApp()
607 int32_t StorageDaemonStub::HandleSetBundleQuota(MessageParcel &data, MessageParcel &reply) in HandleSetBundleQuota() function in OHOS::StorageDaemon::StorageDaemonStub
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager_stub.h84 int32_t HandleSetBundleQuota(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp168 &StorageManagerStub::HandleSetBundleQuota; in StorageManagerStub()
275 return HandleSetBundleQuota(data, reply); in OnRemoteRequest()
1018 int32_t StorageManagerStub::HandleSetBundleQuota(MessageParcel &data, MessageParcel &reply) in HandleSetBundleQuota() function in OHOS::StorageManager::StorageManagerStub
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/
H A Dstoragedaemon_fuzzer.cpp226 storageDaemon->HandleSetBundleQuota(datas, reply); in HandleSetBundleQuotaFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/
H A Dstoragemanager_fuzzer.cpp330 storageManagerPtr->HandleSetBundleQuota(datas, reply); in HandleSetBundleQuotaFuzzTest()