/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/test/ |
H A D | acl_test.cpp | 27 static constexpr uint32_t UID = 2024; // 2024 is test uid variable 70 acl.SetDefaultUser(UID, Acl::R_RIGHT | Acl::W_RIGHT); in PreOperation() 71 acl.SetDefaultGroup(UID, Acl::R_RIGHT | Acl::W_RIGHT); in PreOperation() 101 AclXattrEntry entry(ACL_TAG::GROUP, UID, Acl::R_RIGHT | Acl::W_RIGHT); 117 int rc = Acl(PATH_ABC).SetDefaultUser(UID, Acl::R_RIGHT | Acl::W_RIGHT); 121 AclXattrEntry entry(ACL_TAG::USER, UID, Acl::R_RIGHT | Acl::W_RIGHT); 153 if (setuid(UID) != 0) { 156 if (setgid(UID) != 0) { 193 AclXattrEntry entryA(ACL_TAG::USER, UID, Acl::R_RIGHT | Acl::W_RIGHT); 194 AclXattrEntry entryB(ACL_TAG::USER, UID, Acl::R_RIGHT | Acl::W_RIGHT); [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine_factory.cpp | 49 if ((uid == IEngineFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 52 if (uid == IClassInfo::UID) { in GetInterface() 60 if ((uid == IEngineFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 63 if (uid == IClassInfo::UID) { in GetInterface()
|
H A D | engine.cpp | 187 for (auto info : CORE_NS::GetPluginRegister().GetTypeInfos(IEnginePlugin::UID)) { in LoadPlugins() 261 if ((uid == IEngine::UID) || (uid == IClassFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 264 if (uid == IClassRegister::UID) { in GetInterface() 273 if ((uid == IEngine::UID) || (uid == IClassFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 276 if (uid == IClassRegister::UID) { in GetInterface() 343 …if (info && info->typeUid == IEnginePlugin::UID && static_cast<const IEnginePlugin*>(info)->create… in OnTypeInfoEvent() 356 if (info && info->typeUid == IEnginePlugin::UID) { in OnTypeInfoEvent()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_subscribe_module_test.cpp | 42 constexpr std::int32_t UID = 10000; variable 354 STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); 359 appAccountCallingInfo.callingUid = UID; 390 appAccountCallingInfo.callingUid = UID; 398 STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); 433 appAccountCallingInfo.callingUid = UID; 463 appAccountCallingInfo.callingUid = UID; 471 STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); 501 STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); 504 STRING_EXTRA_INFO, UID, STRING_BUNDLE_NAME, 0); [all …]
|
H A D | app_account_manager_service_sync_module_test.cpp | 42 constexpr std::int32_t UID = 10000; variable 77 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); in SetUp() 80 dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); in SetUp() 117 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID, true); 119 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); 162 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); 194 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); 236 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); 283 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); 333 auto dataStoragePtr = AppAccountControlManager::GetInstance().GetDataStorage(UID); [all …]
|
H A D | app_account_control_manager_module_test.cpp | 40 constexpr std::int32_t UID = 10000; variable 95 STRING_NAME, STRING_EXTRA_INFO, UID, STRING_OWNER+"max", appAccountInfo); 120 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); 124 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); 128 appAccountInfo, dataStoragePtr, UID); 132 appAccountInfo, dataStoragePtr, UID); 136 appAccountInfo, dataStoragePtr, UID);
|
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/napi/ |
H A D | napi_hisysevent.test.js | 75 UID: DEFAULT_ID, property in AnonymousFunction5301cea80100.defaultEventInfo 467 UID: DEFAULT_ID, 490 UID: DEFAULT_ID, 538 UID: DEFAULT_ID, 638 UID: DEFAULT_ID, 644 UID: DEFAULT_ID, 650 UID: DEFAULT_ID, 769 const UID = 88888 772 UID, 778 UID, [all …]
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-security-communicationverify.md | 28 (1)type为RANGE类型:允许某个特定范围UID的进程访问,需要指定uidMin和uidMax; 30 (2)type为FIXED类型:允许指定的几个UID的进程访问,需要指定fixedUid,最多配置8个; 40 .type=FIXED, // 允许指定UID的进程访问的方式 44 .type=RANGE, // 允许特定范围内的UID的进程访问的方式 54 .type=FIXED, // 允许指定UID的进程访问的方式 114 服务注册过程中,Samgr需要从IPC通信鉴权模块获取该服务的访问策略,但是未在该模块配置该服务的UID。 118 在base/security/permission/services/permission_lite/ipc_auth/src/ipc_auth_impl.c中配置有效的服务的UID。
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_context_manager.cpp | 57 contextInterfaces_.push_back({ RenderNodeContextManager::UID, this }); in RENDER_BEGIN_NAMESPACE() 58 contextInterfaces_.push_back({ RenderCommandList::UID, &renderCommandList_ }); in RENDER_BEGIN_NAMESPACE() 59 …contextInterfaces_.push_back({ RenderNodeGraphShareManager::UID, renderNodeGraphShareMgr_.get() }); in RENDER_BEGIN_NAMESPACE() 60 contextInterfaces_.push_back({ RenderNodeParserUtil::UID, renderNodeParserUtil_.get() }); in RENDER_BEGIN_NAMESPACE() 168 if ((uid == IRenderNodeContextManager::UID) || (uid == IInterface::UID)) { in GetInterface() 176 if ((uid == IRenderNodeContextManager::UID) || (uid == IInterface::UID)) { in GetInterface()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_context.cpp | 96 { RenderDataStoreTypeInfo::UID }, in FillRenderDataStoreTypeInfo() 97 RenderDataStoreType::UID, in FillRenderDataStoreTypeInfo() 570 if ((uid == IRenderContext::UID) || (uid == IClassFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 573 if (uid == IClassRegister::UID) { in GetInterface() 581 if ((uid == IRenderContext::UID) || (uid == IClassFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 584 if (uid == IClassRegister::UID) { in GetInterface() 673 } else if (info && info->typeUid == RenderDataStoreTypeInfo::UID) { in OnTypeInfoEvent() 675 } else if (info && info->typeUid == RenderNodeTypeInfo::UID) { in OnTypeInfoEvent() 681 if (info && info->typeUid == IRenderPlugin::UID) { in OnTypeInfoEvent() 693 } else if (info && info->typeUid == RenderDataStoreTypeInfo::UID) { in OnTypeInfoEvent() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/ |
H A D | intf_plugin.h | 53 static constexpr BASE_NS::Uid UID { "f812e951-c860-4208-99e0-66b45841bb58" }; 71 static constexpr BASE_NS::Uid UID { "31321549-70db-495c-81e9-6fd1cf30af5e" }; 124 static constexpr BASE_NS::Uid UID { "5fc9b017-5b13-4612-81c2-5a6d6fc3d897" }; 166 static constexpr BASE_NS::Uid UID { "a81c121b-160c-467e-8bd6-63902da85c6b" }; 178 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in IEnginePlugin() 198 static constexpr BASE_NS::Uid UID { "b4843032-e144-4757-a28c-03c119c3a10c" }; 204 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in IEcsPlugin()
|
H A D | intf_interface.h | 29 static constexpr BASE_NS::Uid UID { "00000000-0000-0000-0000-000000000000" }; in CORE_BEGIN_NAMESPACE() 41 return static_cast<const InterfaceType*>(GetInterface(InterfaceType::UID)); in CORE_BEGIN_NAMESPACE() 47 return static_cast<InterfaceType*>(GetInterface(InterfaceType::UID)); in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/distributedhardware/device_manager/ |
H A D | hisysevent.yaml | 45 UID: {type: INT32, desc: devevicemanager uid} 51 UID: {type: INT32, desc: devevicemanager uid} 57 UID: {type: INT32, desc: devevicemanager uid} 63 UID: {type: INT32, desc: devevicemanager uid} 69 UID: {type: INT32, desc: devevicemanager uid} 75 UID: {type: INT32, desc: devevicemanager uid} 81 UID: {type: INT32, desc: devevicemanager uid} 87 UID: {type: INT32, desc: devevicemanager uid} 93 UID: {type: INT32, desc: devevicemanager uid} 99 UID: {type: INT32, desc: devevicemanager uid} [all …]
|
/ohos5.0/base/notification/distributed_notification_service/ |
H A D | hisysevent.yaml | 20 UID: {type: INT32, desc: subscriber uid} 28 UID: {type: INT32, desc: uid of application} 35 UID: {type: INT32, desc: uid of application} 52 UID: {type: INT32, desc: uid of application} 58 UID: {type: INT32, desc: subscriber uid} 65 UID: {type: INT32, desc: subscriber uid} 72 UID: {type: INT32, desc: uid of application} 78 UID: {type: INT32, desc: uid of application} 95 UID: {type: INT32, desc: uid of application} 102 UID: {type: INT32, desc: uid of application} [all …]
|
/ohos5.0/foundation/systemabilitymgr/samgr/ |
H A D | hisysevent.yaml | 24 UID: {type: INT32, desc: caller uid} 31 UID: {type: INT32, desc: caller uid} 38 UID: {type: INT32, desc: caller uid} 45 UID: {type: INT32, desc: caller uid} 68 UID: {type: INT32, desc: caller uid} 75 UID: {type: INT32, desc: caller uid} 82 UID: {type: INT32, desc: caller uid} 89 UID: {type: INT32, desc: caller uid} 102 UID: {type: INT32, desc: caller uid} 108 UID: {type: UINT32, desc: caller uid}
|
/ohos5.0/foundation/communication/bluetooth_service/ |
H A D | hisysevent.yaml | 19 UID: {type: INT32, desc: application uid} 25 UID: {type: INT32, desc: application uid} 31 UID: {type: INT32, desc: application uid} 45 UID: {type: INT32, desc: application uid} 51 UID: {type: INT32, desc: application uid} 57 UID: {type: INT32, desc: application uid} 63 UID: {type: INT32, desc: application uid} 83 UID: {type: INT32, desc: UID value}
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ |
H A D | graphics_context.cpp | 261 return state->context->GetInterface(IInterface::UID); in __anonc020480e0502() 268 return state->context->GetInterface(IInterface::UID); in __anonc020480e0602() 360 if (uid == IGraphicsContext::UID) { in GetInterface() 362 } else if (uid == IInterface::UID) { in GetInterface() 364 } else if (uid == IClassRegister::UID) { in GetInterface() 366 } else if (uid == IClassFactory::UID) { in GetInterface() 374 if (uid == IGraphicsContext::UID) { in GetInterface() 376 } else if (uid == IInterface::UID) { in GetInterface() 378 } else if (uid == IClassRegister::UID) { in GetInterface() 380 } else if (uid == IClassFactory::UID) { in GetInterface() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | filesystem_api.cpp | 86 … if ((uid == IFileSystemApi::UID) || (uid == IClassFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 206 if ((uid == IFileMonitor::UID) || (uid == IInterface::UID)) { in GetInterface() 214 if ((uid == IFileMonitor::UID) || (uid == IInterface::UID)) { in GetInterface()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/ |
H A D | performance_data_manager.cpp | 206 if ((uid == IPerformanceDataManager::UID) || (uid == IInterface::UID)) { in GetInterface() 214 if ((uid == IPerformanceDataManager::UID) || (uid == IInterface::UID)) { in GetInterface() 256 if ((uid == IPerformanceDataManagerFactory::UID) || (uid == IInterface::UID)) { in GetInterface() 264 if ((uid == IPerformanceDataManagerFactory::UID) || (uid == IInterface::UID)) { in GetInterface()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | intf_plugin.h | 37 static constexpr BASE_NS::Uid UID { "79dd23ac-db4f-476e-85cd-a285a3aa4fb0" }; 55 static constexpr BASE_NS::Uid UID { "92085439-2cf7-4762-8769-28b552f4c5a4" }; 80 static constexpr BASE_NS::Uid UID { "303e3ffe-36fd-4e1b-82f3-349844fab2eb" }; 92 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in IRenderPlugin()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/source/ |
H A D | hisysevent_adapter.cpp | 53 constexpr const char* UID = "UID"; variable 76 UID, uid, in ReportSaUnLoadFail() 126 UID, uid, in ReportProcessDuration() 152 UID, uid, in ReportProcessFail() 177 UID, uid, in ReportSamgrSaLoadFail() 191 UID, uid, in ReportSamgrSaLoad() 205 UID, uid, in ReportSamgrSaUnload() 219 UID, uid, in ReportAddSystemAbilityFailed()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_factory.h | 41 if (uid == CORE_NS::IInterface::UID) { in META_BEGIN_NAMESPACE() 44 if (uid == IClassInfo::UID) { in META_BEGIN_NAMESPACE() 47 if (uid == IObjectFactory::UID) { in META_BEGIN_NAMESPACE() 107 …static constexpr const META_NS::ObjectTypeInfo OBJECT_INFO { { META_NS::ObjectTypeInfo::UID }, Get…
|
/ohos5.0/base/notification/common_event_service/ |
H A D | hisysevent.yaml | 22 UID: {type: INT32, desc: subscriber uid} 43 UID: {type: INT32, desc: publisher uid} 52 UID: {type: INT32, desc: subscriber uid} 60 UID: {type: INT32, desc: subscriber uid} 68 UID: {type: INT32, desc: publisher uid} 76 UID: {type: INT32, desc: subscriber uid} 85 UID: {type: INT32, desc: subscriber uid}
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hisysevent.yaml | 29 UID: {type: INT32, desc: app_freeze uid} 57 UID: {type: INT32, desc: sys_freeze uid} 71 UID: {type: INT32, desc: stack uid} 96 UID: {type: INT32, desc: cpp_crash uid} 123 UID: {type: INT32, desc: rust panic uid} 138 UID: {type: INT32, desc: memory_leak uid} 152 UID: {type: INT32, desc: fd_leak uid} 177 UID: {type: INT32, desc: uid} 198 UID: {type: INT32, desc: crash uid} 206 UID: {type: INT32, desc: crash uid} [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/ |
H A D | intf_data_model.h | 29 constexpr static BASE_NS::Uid UID { "9de720f7-8b7f-4b64-92ae-c0a3d9a13807" }; 47 constexpr static BASE_NS::Uid UID { "3440f5d6-b874-40e6-999c-eee3a4049b94" }; 58 constexpr static BASE_NS::Uid UID { "7407dcc5-c903-4ceb-a337-23a1ff6f1d76" };
|