Home
last modified time | relevance | path

Searched refs:HandObtainQuickFixFileDir (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_host.h183 bool HandObtainQuickFixFileDir(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_host_test/
H A Dbms_installd_host_test.cpp493 ErrCode res = installdHost.HandObtainQuickFixFileDir(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp131 result = this->HandObtainQuickFixFileDir(data, reply); in OnRemoteRequest()
674 bool InstalldHost::HandObtainQuickFixFileDir(MessageParcel &data, MessageParcel &reply) in HandObtainQuickFixFileDir() function in OHOS::AppExecFwk::InstalldHost