Home
last modified time | relevance | path

Searched refs:QueryNameForUid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service_helper.h32 MOCK_METHOD3(QueryNameForUid, bool(sptr<AppExecFwk::IBundleMgr>, int32_t, std::string&));
H A Dmock_scan_service_helper.h32 MOCK_METHOD3(QueryNameForUid, bool(sptr<AppExecFwk::IBundleMgr>, int32_t, std::string&));
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_helper.h38 … virtual bool QueryNameForUid(sptr<AppExecFwk::IBundleMgr> mgr, int32_t userId, std::string& name);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_helper.cpp66 helper_->QueryNameForUid(sptrBundleMgr_, callerUid, bundleName); in QueryCallerBundleName()
H A Dprint_service_helper.cpp142 bool PrintServiceHelper::QueryNameForUid(sptr<AppExecFwk::IBundleMgr> mgr, int32_t userId, std::str… in QueryNameForUid() function in OHOS::Print::PrintServiceHelper
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_helper_test.cpp133 EXPECT_EQ(helper.QueryNameForUid(mgr, userId, userName), false);