/base/notification/common_event_service/services/src/ |
H A D | bundle_manager_helper.cpp | 121 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 D | mock_token_id_kit.cpp | 22 void MockIsSystemApp(bool isSystemApp) in MockIsSystemApp() argument 24 g_isSystemApp = isSystemApp; in MockIsSystemApp()
|
/base/notification/distributed_notification_service/test/mock/ |
H A D | mock_tokenid_kit.cpp | 22 void MockIsSystemApp(bool isSystemApp)
in MockIsSystemApp() argument 24 g_isSystemApp = isSystemApp;
in MockIsSystemApp()
|
/base/notification/common_event_service/test/mock/ |
H A D | mock_bundle_manager.cpp | 24 void MockBundleMgrService::MockSetIsSystemApp(bool isSystemApp)
in MockSetIsSystemApp() argument 27 isSystemApp_ = isSystemApp;
in MockSetIsSystemApp()
|
/base/powermgr/power_manager/test/unittest/src/mock/ |
H A D | mock_accesstoken_kit.cpp | 37 void MockAccesstokenKit::MockSetSystemApp(bool isSystemApp) in MockSetSystemApp() argument 39 g_isSystemApp = isSystemApp; in MockSetSystemApp()
|
H A D | mock_accesstoken_kit.h | 28 static void MockSetSystemApp(bool isSystemApp);
|
/base/notification/common_event_service/services/include/ |
H A D | common_event_record.h | 32 bool isSystemApp; member 36 EventRecordInfo() : pid(0), uid(0), callerToken(0), isSubsystem(false), isSystemApp(false), isProxy(false) {} in EventRecordInfo()
|
H A D | history_event_record.h | 63 bool isSystemApp; member 81 isSystemApp(false), in HistoryEventRecord()
|
/base/security/asset/services/os_dependency/src/ |
H A D | access_token_wrapper.cpp | 35 bool isSystemApp = TokenIdKit::IsSystemAppByFullTokenID(accessTokenId); in CheckSystemApp() local 36 if (isSystemApp) { in CheckSystemApp()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_bundle_manager.cpp | 40 void MockBundleManager::MockSetIsSystemApp(bool isSystemApp) in MockSetIsSystemApp() argument 43 isSystemApp_ = isSystemApp; in MockSetIsSystemApp()
|
/base/customization/enterprise_device_management/common/external/src/ |
H A D | edm_access_token_manager_impl.cpp | 44 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 D | hap_info_parcel.cpp | 30 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 D | common_event_subscriber_manager_test.cpp | 284 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 D | mock_bundle_manager.h | 50 * @param isSystemApp Indicates the system application flag. 52 void MockSetIsSystemApp(bool isSystemApp);
|
/base/notification/common_event_service/test/mock/include/ |
H A D | mock_bundle_manager.h | 46 void MockSetIsSystemApp(bool isSystemApp);
|
/base/inputmethod/imf/test/unittest/cpp_test/common/include/ |
H A D | identity_checker_mock.h | 69 static void SetSystemApp(bool isSystemApp) in SetSystemApp() argument 71 isSystemApp_ = isSystemApp; in SetSystemApp()
|
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
H A D | hap_token_info.h | 70 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 D | usb_common_test.cpp | 57 .isSystemApp = false
65 .isSystemApp = false
73 .isSystemApp = false
|
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/ |
H A D | mock_sandbox_init.cpp | 56 .isSystemApp = false in InitTokenId()
|
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
H A D | app_installation_optimized_test.cpp | 121 .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 D | bundle_manager_helper.cpp | 67 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 D | geo_address.h | 37 void SetIsSystemApp(bool isSystemApp);
|
H A D | location.h | 161 inline void SetIsSystemApp(int32_t isSystemApp) in SetIsSystemApp() argument 163 isSystemApp_ = isSystemApp; in SetIsSystemApp()
|
/base/telephony/cellular_data/test/ |
H A D | data_access_token.cpp | 34 .isSystemApp = true,
|
/base/location/frameworks/location_common/common/source/ |
H A D | geo_address.cpp | 61 void GeoAddress::SetIsSystemApp(bool isSystemApp) in SetIsSystemApp() argument 63 isSystemApp_ = isSystemApp; in SetIsSystemApp()
|