Searched refs:QueryNameForUid (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service_helper.h | 32 MOCK_METHOD3(QueryNameForUid, bool(sptr<AppExecFwk::IBundleMgr>, int32_t, std::string&));
|
H A D | mock_scan_service_helper.h | 32 MOCK_METHOD3(QueryNameForUid, bool(sptr<AppExecFwk::IBundleMgr>, int32_t, std::string&));
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_service_helper.h | 38 … 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 D | print_bms_helper.cpp | 66 helper_->QueryNameForUid(sptrBundleMgr_, callerUid, bundleName); in QueryCallerBundleName()
|
H A D | print_service_helper.cpp | 142 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 D | print_service_helper_test.cpp | 133 EXPECT_EQ(helper.QueryNameForUid(mgr, userId, userName), false);
|