Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_ipc_interface_code.h52 SET_BUNDLE_QUOTA, enumerator
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dstorage_manager_ipc_interface_code.h80 SET_BUNDLE_QUOTA, enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_noper_test.cpp72 static_cast<int32_t>(StorageManagerInterfaceCode::SET_BUNDLE_QUOTA),
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp79 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::SET_BUNDLE_QUOTA)] = in StorageDaemonStub()
136 case static_cast<uint32_t>(StorageDaemonInterfaceCode::SET_BUNDLE_QUOTA): in OnRemoteRequest()
223 case static_cast<uint32_t>(StorageDaemonInterfaceCode::SET_BUNDLE_QUOTA): in OnRemoteRequestForApp()
H A Dstorage_daemon_proxy.cpp722 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::SET_BUNDLE_QUOTA), data… in SetBundleQuota()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp167 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::SET_BUNDLE_QUOTA)] = in StorageManagerStub()
274 case static_cast<uint32_t>(StorageManagerInterfaceCode::SET_BUNDLE_QUOTA): in OnRemoteRequest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_proxy_test.cpp671 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::SET_BUNDLE_QUOTA) == mock_->code_);
H A Dstorage_daemon_stub_test.cpp60 static_cast<int32_t>(StorageDaemonInterfaceCode::SET_BUNDLE_QUOTA),
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp1200 static_cast<int32_t>(StorageManagerInterfaceCode::SET_BUNDLE_QUOTA), data, reply, option); in SetBundleQuota()