Searched refs:CALLING_UID (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_setting_test.cpp | 34 const int32_t CALLING_UID = 9998; variable 79 bundleOption.SetUid(CALLING_UID); 85 EXPECT_EQ(CALLING_UID, bundleOption.GetUid()); 98 NotificationBundleOption bundleOption("bundlename", CALLING_UID); 105 EXPECT_EQ(CALLING_UID, bundleOption.GetUid()); 144 NotificationBundleOption bundleOption("bundlename", CALLING_UID);
|
/ohos5.0/foundation/ability/dmsfwk/ |
H A D | hisysevent.yaml | 19 CALLING_UID: {type: INT32, desc: calling uid} 31 CALLING_UID: {type: INT32, desc: calling uid} 43 CALLING_UID: {type: INT32, desc: calling uid} 55 CALLING_UID: {type: INT32, desc: calling uid} 67 CALLING_UID: {type: INT32, desc: calling uid} 79 CALLING_UID: {type: INT32, desc: calling uid}
|
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | domain_account_common_test.cpp | 31 const int32_t CALLING_UID = 100; variable 80 GetAccessTokenOptions option(CALLING_UID, parameters); 85 EXPECT_EQ(getAccessTokenOptions->callingUid_, CALLING_UID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/ |
H A D | hisysevent.yaml | 101 CALLING_UID: {type: INT32, desc: calling uid} 119 CALLING_UID: {type: INT32, desc: calling uid} 131 CALLING_UID: {type: INT32, desc: calling uid} 148 CALLING_UID: {type: INT32, desc: calling uid}
|