Home
last modified time | relevance | path

Searched refs:isSystemApp (Results 1 - 25 of 112) sorted by relevance

12345

/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp121 bool isSystemApp = false; in CheckIsSystemAppByUid() local
125 return isSystemApp; in CheckIsSystemAppByUid()
128 isSystemApp = sptrBundleMgr_->CheckIsSystemAppByUid(uid); in CheckIsSystemAppByUid()
130 return isSystemApp; in CheckIsSystemAppByUid()
139 bool isSystemApp = false; in CheckIsSystemAppByBundleName() local
142 return isSystemApp; in CheckIsSystemAppByBundleName()
150 isSystemApp = sptrBundleMgr_->CheckIsSystemAppByUid(uid); in CheckIsSystemAppByBundleName()
152 return isSystemApp; in CheckIsSystemAppByBundleName()
/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_token_id_kit.cpp22 void MockIsSystemApp(bool isSystemApp) in MockIsSystemApp() argument
24 g_isSystemApp = isSystemApp; in MockIsSystemApp()
/base/notification/distributed_notification_service/test/mock/
H A Dmock_tokenid_kit.cpp22 void MockIsSystemApp(bool isSystemApp) in MockIsSystemApp() argument
24 g_isSystemApp = isSystemApp; in MockIsSystemApp()
/base/notification/common_event_service/test/mock/
H A Dmock_bundle_manager.cpp24 void MockBundleMgrService::MockSetIsSystemApp(bool isSystemApp) in MockSetIsSystemApp() argument
27 isSystemApp_ = isSystemApp; in MockSetIsSystemApp()
/base/powermgr/power_manager/test/unittest/src/mock/
H A Dmock_accesstoken_kit.cpp37 void MockAccesstokenKit::MockSetSystemApp(bool isSystemApp) in MockSetSystemApp() argument
39 g_isSystemApp = isSystemApp; in MockSetSystemApp()
H A Dmock_accesstoken_kit.h28 static void MockSetSystemApp(bool isSystemApp);
/base/notification/common_event_service/services/include/
H A Dcommon_event_record.h32 bool isSystemApp; member
36 EventRecordInfo() : pid(0), uid(0), callerToken(0), isSubsystem(false), isSystemApp(false), isProxy(false) {} in EventRecordInfo()
H A Dhistory_event_record.h63 bool isSystemApp; member
81 isSystemApp(false), in HistoryEventRecord()
/base/security/asset/services/os_dependency/src/
H A Daccess_token_wrapper.cpp35 bool isSystemApp = TokenIdKit::IsSystemAppByFullTokenID(accessTokenId); in CheckSystemApp() local
36 if (isSystemApp) { in CheckSystemApp()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_manager.cpp40 void MockBundleManager::MockSetIsSystemApp(bool isSystemApp) in MockSetIsSystemApp() argument
43 isSystemApp_ = isSystemApp; in MockSetIsSystemApp()
/base/customization/enterprise_device_management/common/external/src/
H A Dedm_access_token_manager_impl.cpp44 bool isSystemApp = in IsSystemAppOrNative() local
48 if (isSystemApp || tokenType == Security::AccessToken::ATokenTypeEnum::TOKEN_NATIVE || in IsSystemAppOrNative()
/base/security/access_token/frameworks/accesstoken/src/
H A Dhap_info_parcel.cpp30 RETURN_IF_FALSE(out.WriteBool(this->hapInfoParameter.isSystemApp)); in Marshalling()
47 RELEASE_IF_FALSE(in.ReadBool(hapInfoParcel->hapInfoParameter.isSystemApp), hapInfoParcel); in Unmarshalling()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_subscriber_manager_test.cpp284 bool isSystemApp = true; in HWTEST_F() local
286 EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp, userId)); in HWTEST_F()
300 bool isSystemApp = true; in HWTEST_F() local
302 EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp, userId)); in HWTEST_F()
316 bool isSystemApp = false; in HWTEST_F() local
318 EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp, userId)); in HWTEST_F()
332 bool isSystemApp = true; in HWTEST_F() local
334 EXPECT_EQ(false, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp, userId)); in HWTEST_F()
348 bool isSystemApp = true; in HWTEST_F() local
350 EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp, userI in HWTEST_F()
364 bool isSystemApp = false; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
H A Dmock_bundle_manager.h50 * @param isSystemApp Indicates the system application flag.
52 void MockSetIsSystemApp(bool isSystemApp);
/base/notification/common_event_service/test/mock/include/
H A Dmock_bundle_manager.h46 void MockSetIsSystemApp(bool isSystemApp);
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h69 static void SetSystemApp(bool isSystemApp) in SetSystemApp() argument
71 isSystemApp_ = isSystemApp; in SetSystemApp()
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dhap_token_info.h70 bool isSystemApp; member in OHOS::Security::AccessToken::final
84 bool isSystemApp; member in OHOS::Security::AccessToken::final
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_common_test.cpp57 .isSystemApp = false
65 .isSystemApp = false
73 .isSystemApp = false
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/
H A Dmock_sandbox_init.cpp56 .isSystemApp = false in InitTokenId()
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Dapp_installation_optimized_test.cpp121 .isSystemApp = true
513 info.isSystemApp = false; in HWTEST_F()
564 info.isSystemApp = false; in HWTEST_F()
610 info.isSystemApp = false; in HWTEST_F()
658 info.isSystemApp = true; in HWTEST_F()
707 .isSystemApp = false in HWTEST_F()
740 .isSystemApp = false in HWTEST_F()
773 .isSystemApp = false in HWTEST_F()
806 .isSystemApp = true in HWTEST_F()
838 .isSystemApp in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp67 bool isSystemApp = false; in IsSystemApp() local
74 isSystemApp = bundleMgr_->CheckIsSystemAppByUid(uid); in IsSystemApp()
77 return isSystemApp; in IsSystemApp()
/base/location/interfaces/inner_api/include/
H A Dgeo_address.h37 void SetIsSystemApp(bool isSystemApp);
H A Dlocation.h161 inline void SetIsSystemApp(int32_t isSystemApp) in SetIsSystemApp() argument
163 isSystemApp_ = isSystemApp; in SetIsSystemApp()
/base/telephony/cellular_data/test/
H A Ddata_access_token.cpp34 .isSystemApp = true,
/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp61 void GeoAddress::SetIsSystemApp(bool isSystemApp) in SetIsSystemApp() argument
63 isSystemApp_ = isSystemApp; in SetIsSystemApp()

Completed in 10 milliseconds

12345