Home
last modified time | relevance | path

Searched refs:OnRemoteRequestForApp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_stub.h39 int32_t OnRemoteRequestForApp(uint32_t code, MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp145 return OnRemoteRequestForApp(code, data, reply); in OnRemoteRequest()
210 int32_t StorageDaemonStub::OnRemoteRequestForApp(uint32_t code, MessageParcel &data, MessageParcel … in OnRemoteRequestForApp() function in OHOS::StorageDaemon::StorageDaemonStub