Home
last modified time | relevance | path

Searched refs:MOVE_FILE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_daemon_interface.h35 MOVE_FILE, // move file to target dictionary enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_framework_services_ipc_interface_code.h41 MOVE_FILE, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp336 return WaitResultSync(bdsClient_->Invoke(bdsClient_, MOVE_FILE, &request, this, Notify)); in RegisterCallback()
338 return WaitResultSync(bdsClient_->Invoke(bdsClient_, MOVE_FILE, &request, nullptr, nullptr)); in RegisterCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp103 case static_cast<uint32_t>(InstalldInterfaceCode::MOVE_FILE): in OnRemoteRequest()
H A Dinstalld_proxy.cpp429 return TransactInstalldCmd(InstalldInterfaceCode::MOVE_FILE, data, reply, option); in MoveFile()