Home
last modified time | relevance | path

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

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