Home
last modified time | relevance | path

Searched refs:INVALID_UID (Results 1 – 25 of 84) sorted by relevance

1234

/ohos5.0/foundation/ai/ai_engine/test/function/init/
H A Dinit_function_test.cpp111 .serverUid = INVALID_UID,
112 .clientUid = INVALID_UID,
159 .serverUid = INVALID_UID,
160 .clientUid = INVALID_UID,
207 .serverUid = INVALID_UID,
208 .clientUid = INVALID_UID,
253 .serverUid = INVALID_UID,
254 .clientUid = INVALID_UID,
298 .serverUid = INVALID_UID,
299 .clientUid = INVALID_UID,
[all …]
/ohos5.0/foundation/ai/ai_engine/test/function/prepare/
H A Dprepare_function_test.cpp92 .serverUid = INVALID_UID,
93 .clientUid = INVALID_UID,
149 .serverUid = INVALID_UID,
150 .clientUid = INVALID_UID,
211 .serverUid = INVALID_UID,
212 .clientUid = INVALID_UID,
272 .serverUid = INVALID_UID,
273 .clientUid = INVALID_UID,
334 .serverUid = INVALID_UID,
335 .clientUid = INVALID_UID,
[all …]
/ohos5.0/foundation/ai/ai_engine/test/function/destroy/
H A Ddestroy_function_test.cpp90 .serverUid = INVALID_UID,
91 .clientUid = INVALID_UID,
138 .serverUid = INVALID_UID,
139 .clientUid = INVALID_UID,
205 .serverUid = INVALID_UID,
206 .clientUid = INVALID_UID,
273 .serverUid = INVALID_UID,
274 .clientUid = INVALID_UID,
320 .serverUid = INVALID_UID,
321 .clientUid = INVALID_UID,
/ohos5.0/foundation/ai/ai_engine/test/function/release/
H A Drelease_function_test.cpp90 .serverUid = INVALID_UID,
91 .clientUid = INVALID_UID,
152 .serverUid = INVALID_UID,
153 .clientUid = INVALID_UID,
214 .serverUid = INVALID_UID,
215 .clientUid = INVALID_UID,
280 .serverUid = INVALID_UID,
281 .clientUid = INVALID_UID,
/ohos5.0/foundation/ai/ai_engine/test/function/sync_process/
H A Dsync_process_function_test.cpp82 clientInfo.serverUid = INVALID_UID, in TestGetRightInfo()
83 clientInfo.clientUid = INVALID_UID, in TestGetRightInfo()
166 .serverUid = INVALID_UID,
167 .clientUid = INVALID_UID,
238 .serverUid = INVALID_UID,
239 .clientUid = INVALID_UID,
/ohos5.0/foundation/ai/ai_engine/test/performance/reliability/aie_client/
H A Daie_client_reliability_test.cpp104 .serverUid = INVALID_UID,
105 .clientUid = INVALID_UID,
176 .serverUid = INVALID_UID,
177 .clientUid = INVALID_UID,
/ohos5.0/base/startup/init/services/param/adapter/
H A Dparam_dac.c37 #define INVALID_UID(uid) ((uid) == (uid_t)-1) macro
141 if (INVALID_UID(uid)) { in DacGetGroupMember()
154 if (!INVALID_UID(uid) && ((memIndex + 1) < inputLen)) { in DacGetGroupMember()
169 if (INVALID_UID(auditData->dacData.gid) || INVALID_UID(auditData->dacData.uid)) { in LoadOneParam_()
/ohos5.0/foundation/ai/ai_engine/test/function/death_callback/
H A Ddeath_callback_test.cpp51 .serverUid = INVALID_UID, in main()
52 .clientUid = INVALID_UID, in main()
/ohos5.0/foundation/ai/ai_engine/test/function/sa_client/
H A Dsa_client_test.cpp75 .serverUid = INVALID_UID,
76 .clientUid = INVALID_UID,
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/media_library/
H A Dphoto_asset_adapter.cpp39 const static int32_t INVALID_UID = -1; in PhotoAssetAdapter() local
41 CHECK_ERROR_PRINT_LOG(uid <= INVALID_UID, "Get INVALID_UID UID %{public}d", uid); in PhotoAssetAdapter()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Ddeferred_video_proc_adapter.cpp39 const static int32_t INVALID_UID = -1; in DeferredVideoProcessingAdapter() local
43 if (uid <= INVALID_UID) { in DeferredVideoProcessingAdapter()
H A Ddeferred_photo_proc_adapter.cpp39 const static int32_t INVALID_UID = -1; in DeferredPhotoProcessingAdapter() local
43 if (uid <= INVALID_UID) { in DeferredPhotoProcessingAdapter()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dappmanager_adapter_test.cpp39 static constexpr int32_t INVALID_UID = -1; member in AppManagerAdapterTest
68 g_expectedUid = INVALID_UID; in SetUp()
155 g_expectedUid = INVALID_UID;
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp36 constexpr int32_t INVALID_UID = -1; variable
306 int32_t start = INVALID_UID; in GenerateUidRangesByAcceptedApps()
307 int32_t stop = INVALID_UID; in GenerateUidRangesByAcceptedApps()
309 if (start == INVALID_UID) { in GenerateUidRangesByAcceptedApps()
318 if (start != INVALID_UID) { in GenerateUidRangesByAcceptedApps()
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/small/
H A Dsoftbus_permission.c31 #define INVALID_UID (-1) macro
57 if (callingUid > INVALID_UID && callingUid < FIRST_APPLICATION_UID && callingUid != SHELL_UID) { in GetPermType()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/
H A Dcloud_sync_helper.cpp88 const int32_t INVALID_UID = -1; in InitDataShareHelper() local
91 if (uid <= INVALID_UID) { in InitDataShareHelper()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Droute_manager.h30 constexpr uid_t INVALID_UID = static_cast<uid_t>(-1); variable
315 … UpdateRuleInfo(uint32_t action, uint8_t ruleType, RuleInfo ruleInfo, uid_t uidStart = INVALID_UID,
316 uid_t uidEnd = INVALID_UID);
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/sync_process/
H A Dsync_process_delay_test.cpp140 .serverUid = INVALID_UID,
141 .clientUid = INVALID_UID,
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp498 int32_t uid = BundleUtil::GetValueFromBundleJson(bundleName, JSON_SUB_KEY_UID, INVALID_UID); in ReloadBundleInfo()
500 if (uid == INVALID_UID || gid == INVALID_GID) { in ReloadBundleInfo()
680 return INVALID_UID; in GenerateInnerUid()
684 return INVALID_UID; in GenerateInnerUid()
694 return INVALID_UID; in GenerateUid()
704 return INVALID_UID; in GenerateUid()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp185 const static int32_t INVALID_UID = -1; in CreateMediaLibrary() local
188 if (uid <= INVALID_UID) { in CreateMediaLibrary()
/ohos5.0/foundation/ai/ai_engine/services/common/utils/constants/
H A Dconstants.h30 const uid_t INVALID_UID = 0; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_test.cpp127 sessionManager.currentWMSUserId_ = INVALID_UID + 100;
130 ASSERT_NE(sessionManager.currentWMSUserId_, INVALID_UID);
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp212 return AppExecFwk::Constants::INVALID_UID; in GetUidByBundleName()
218 return AppExecFwk::Constants::INVALID_UID; in GetUidByBundleName()
222 return AppExecFwk::Constants::INVALID_UID; in GetUidByBundleName()
226 return AppExecFwk::Constants::INVALID_UID; in GetUidByBundleName()
232 return AppExecFwk::Constants::INVALID_UID; in GetUidByBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_rdb_data_manager_test/
H A Dbms_rdb_data_manager_test.cpp446 bool ret = defaultAppRdb.SetDefaultApplicationInfos(Constants::INVALID_UID, infos);
448 ret = defaultAppRdb.DeleteDefaultApplicationInfos(Constants::INVALID_UID);
450 ret = defaultAppRdb.DeleteDefaultApplicationInfo(Constants::INVALID_UID, "");
467 bool ret = defaultAppRdb.SetDefaultApplicationInfo(Constants::INVALID_UID, "", element);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dmock_form_bms_helper.cpp53 return INVALID_UID; in GetUidByBundleName()

1234