Home
last modified time | relevance | path

Searched refs:AssetCallbackInterfaceCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dasset_recv_callback_proxy.cpp66 … static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START), data, reply, option); in OnStart()
105 …static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_FINISHED), data, reply, option… in OnFinished()
H A Dasset_send_callback_proxy.cpp56 …static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT), data, reply, opt… in OnSendResult()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_recv_callback_stub.cpp28 opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START)] = in AssetRecvCallbackStub()
30 … opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_FINISHED)] = in AssetRecvCallbackStub()
H A Dasset_send_callback_stub.cpp28 …opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT)… in AssetSendCallbackStub()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/asset/
H A Dasset_send_callback_stub_test.cpp76 … uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT);
118 … uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT);
H A Dasset_recv_callback_stub_test.cpp81 uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START);
110 uint32_t code = static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START);
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Dasset_callback_interface_code.h22 enum class AssetCallbackInterfaceCode { enum