/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/ |
H A D | CMakeLists.txt | 71 set(ENABLE_CTEST OFF CACHE BOOL "" FORCE) 72 set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE) 73 set(BUILD_TESTING OFF CACHE BOOL "" FORCE) 75 set(ENABLE_SPVREMAPPER OFF CACHE BOOL "" FORCE) 77 set(ENABLE_HLSL OFF CACHE BOOL "" FORCE) 78 set(ENABLE_OPT OFF CACHE BOOL "" FORCE) 83 set(SPIRV_WERROR OFF CACHE BOOL "" FORCE) 86 set(SPIRV_LOG_DEBUG OFF CACHE BOOL "" FORCE) 88 set(SPIRV_SKIP_TESTS ON CACHE BOOL "" FORCE) 94 set(SPIRV_CROSS_CLI OFF CACHE BOOL "" FORCE) [all …]
|
/ohos5.0/base/hiviewdfx/hidumper/ |
H A D | hidumper.yaml | 19 IS_DUMP_CPU_USAGE: {type: BOOL, desc: is user dump cpu usage} 21 IS_DUMP_LOG: {type: BOOL, desc: is user dump log} 23 IS_DUMP_MEM: {type: BOOL, desc: is user dump memory} 25 IS_DUMP_STORAGE: {type: BOOL, desc: is user dump storage} 27 IS_DUMP_NET: {type: BOOL, desc: is user dump net} 29 IS_DUMP_LIST: {type: BOOL, desc: is user dump list} 30 IS_DUMP_SERVICE: {type: BOOL, desc: is user dump service} 34 IS_DUMP_SYSTEM: {type: BOOL, desc: is user dump system} 38 IS_FAULT_LOG: {type: BOOL, desc: is user dump fault log} 43 IS_TEST: {type: BOOL, desc: is test} [all …]
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/ |
H A D | running_lock.c | 31 static BOOL g_inited = FALSE; 34 static BOOL AddRunningLock(RunningLock *lock) in AddRunningLock() 52 static BOOL RemoveRunningLock(const RunningLock *lock) in RemoveRunningLock() 67 static BOOL IsRunningLockExisted(const RunningLock *lock) in IsRunningLockExisted() 74 BOOL ret = (VECTOR_Find(&g_runningLocks, (void *)lock) >= 0) ? TRUE : FALSE; in IsRunningLockExisted() 122 BOOL AcquireRunningLock(const RunningLock *lock) in AcquireRunningLock() 137 BOOL ReleaseRunningLock(const RunningLock *lock) in ReleaseRunningLock() 164 BOOL IsRunningLockHolding(const RunningLock *lock) in IsRunningLockHolding()
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/ |
H A D | power_manage.c | 42 static BOOL IsAnyRunningLockHoldingProxy(IUnknown *iUnknown); 43 static void SuspendDeviceProxy(IUnknown *iUnknown, SuspendDeviceType reason, BOOL suspendImmed); 181 BOOL *ret = (BOOL *)owner; in IsAnyHoldingCallback() 189 static BOOL IsAnyRunningLockHoldingProxy(IUnknown *iUnknown) in IsAnyRunningLockHoldingProxy() 191 BOOL ret; in IsAnyRunningLockHoldingProxy() 210 BOOL AcquireRunningLockEntry(RunningLockEntry *entry, int32_t timeoutMs) in AcquireRunningLockEntry() 220 BOOL ReleaseRunningLockEntry(RunningLockEntry *entry) in ReleaseRunningLockEntry() 230 BOOL IsAnyRunningLockHolding() in IsAnyRunningLockHolding() 232 BOOL ret = FALSE; in IsAnyRunningLockHolding() 240 static void SuspendDeviceProxy(IUnknown *iUnknown, SuspendDeviceType reason, BOOL suspendImmed) in SuspendDeviceProxy() [all …]
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | samgr_lite.h | 111 BOOL (*RegisterService)(Service *service); 139 BOOL (*RegisterFeature)(const char *serviceName, Feature *feature); 172 BOOL (*RegisterDefaultFeatureApi)(const char *service, IUnknown *publicApi); 204 BOOL (*RegisterFeatureApi)(const char *service, const char *feature, IUnknown *publicApi); 273 BOOL (*HasSystemCapability)(const char *sysCap);
|
H A D | service.h | 177 BOOL (*Initialize)(Service *service, Identity identity); 192 BOOL (*MessageHandle)(Service *service, Request *request); 215 BOOL (*Initialize)(Service * service, Identity identity); \ 216 BOOL (*MessageHandle)(Service * service, Request * request); \
|
H A D | feature.h | 123 BOOL (*OnMessage)(Feature *feature, Request *request); 137 BOOL (*OnMessage)(Feature *feature, Request *request); \ 138 BOOL (*IsDistributed)(void)
|
/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite.c | 29 static BOOL Initialize(Service *service, Identity identity); 30 static BOOL MessageHandle(Service *service, Request *request); 48 static BOOL Initialize(Service *service, Identity identity) in Initialize() 58 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle() 77 BOOL result = SAMGR_GetInstance()->RegisterService((Service *)&g_distributedService); in Init()
|
/ohos5.0/base/security/device_security_level/services/sa/lite/ |
H A D | dslm_service.c | 25 static BOOL Initialize(Service *service, Identity identity); 26 static BOOL MessageHandle(Service *service, Request *msg); 42 static BOOL Initialize(Service *service, Identity identity) in Initialize() 54 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() 71 BOOL isRegistered = SAMGR_GetInstance()->RegisterService((Service *)&g_dslmService); in Init()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/ |
H A D | winapi.rs | 17 pub type BOOL = i32; typedef 18 pub type PHANDLER_ROUTINE = Option<unsafe extern "system" fn(ctrlType: u32) -> BOOL>; 27 pub fn SetConsoleCtrlHandler(HandlerRoutine: PHANDLER_ROUTINE, Add: BOOL) -> BOOL; in SetConsoleCtrlHandler() argument
|
/ohos5.0/base/powermgr/powermgr_lite/utils/include/ |
H A D | power_mgr_timer_util.h | 38 BOOL PowerMgrResetTimer(PowerTimer *timer, int64_t whenMsec, int64_t intervalMsec); 43 BOOL PowerMgrStartTimer(PowerTimer *timer, void *privateData); 48 BOOL PowerMgrRestartTimer(PowerTimer *timer, void *privateData); 53 BOOL PowerMgrStopTimer(PowerTimer *timer);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
H A D | broadcast_service.c | 23 static BOOL Initialize(Service *service, Identity identity); 25 static BOOL MessageHandle(Service *service, Request *request); 45 static BOOL Initialize(Service *service, Identity identity) in Initialize() 54 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | feature_impl.h | 35 inline static BOOL IsInvalidFeature(Feature *feature) in IsInvalidFeature() 41 inline static BOOL IsInvalidIUnknown(IUnknown *iUnknown) in IsInvalidIUnknown() 46 BOOL SAMGR_AddInterface(FeatureImpl *featureImpl, IUnknown *iUnknown); 49 BOOL SAMGR_IsNoInterface(FeatureImpl *featureImpl);
|
H A D | feature.c | 19 BOOL SAMGR_AddInterface(FeatureImpl *featureImpl, IUnknown *iUnknown) in SAMGR_AddInterface() 47 BOOL SAMGR_IsNoInterface(FeatureImpl *featureImpl) in SAMGR_IsNoInterface() 49 return (BOOL)(featureImpl == NULL || featureImpl->iUnknown == NULL); in SAMGR_IsNoInterface()
|
/ohos5.0/base/powermgr/powermgr_lite/utils/src/ |
H A D | power_mgr_timer_util.c | 30 BOOL isRunning; 49 static BOOL StartTimer(PowerTimer timer, int64_t whenMsec, int64_t intervalMsec) in StartTimer() 103 BOOL PowerMgrResetTimer(PowerTimer *timer, int64_t whenMsec, int64_t intervalMsec) in PowerMgrResetTimer() 116 BOOL PowerMgrStartTimer(PowerTimer *timer, void *privateData) in PowerMgrStartTimer() 129 BOOL PowerMgrRestartTimer(PowerTimer *timer, void *privateData) in PowerMgrRestartTimer() 139 BOOL PowerMgrStopTimer(PowerTimer *timer) in PowerMgrStopTimer()
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/mini/ |
H A D | power_manage.c | 66 BOOL AcquireRunningLockEntry(RunningLockEntry *entry, int32_t timeoutMs) in AcquireRunningLockEntry() 76 BOOL ReleaseRunningLockEntry(RunningLockEntry *entry) in ReleaseRunningLockEntry() 86 BOOL IsAnyRunningLockHolding() in IsAnyRunningLockHolding() 88 BOOL ret = FALSE; in IsAnyRunningLockHolding() 96 void SuspendDevice(SuspendDeviceType reason, BOOL suspendImmed) in SuspendDevice()
|
/ohos5.0/base/security/permission_lite/services/pms_base/src/ |
H A D | permission_service.c | 29 static BOOL Initialize(Service *service, Identity identity); 31 static BOOL MessageHandle(const Service *service, const Request *request); 54 static BOOL Initialize(Service *service, Identity identity) in Initialize() 64 static BOOL MessageHandle(const Service *service, const Request *request) in MessageHandle()
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | power_manage_service.c | 35 static BOOL Initialize(Service *service, Identity identity); 36 static BOOL MessageHandle(Service *service, Request *request); 53 static BOOL Initialize(Service *service, Identity identity) in Initialize() 64 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle()
|
H A D | power_manage_feature.c | 57 BOOL OnPowerManageFeatureMessage(Feature *feature, Request *request) in OnPowerManageFeatureMessage() 74 BOOL OnIsAnyRunningLockHolding(IUnknown *iUnknown) in OnIsAnyRunningLockHolding() 80 void OnSuspendDevice(IUnknown *iUnknown, SuspendDeviceType reason, BOOL suspendImmed) in OnSuspendDevice() 113 BOOL result = sam->RegisterFeature(POWER_MANAGE_SERVICE, (Feature *)feature); in Init()
|
/ohos5.0/base/startup/bootstrap_lite/services/source/ |
H A D | bootstrap_service.c | 26 static BOOL Initialize(Service *service, Identity identity); 28 static BOOL MessageHandle(Service *service, Request *request); 48 static BOOL Initialize(Service *service, Identity identity) in Initialize() 55 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/ |
H A D | README_zh.md | 141 static BOOL Initialize(Service *service, Identity identity) 148 static BOOL MessageHandle(Service *service, Request *msg) 299 BOOL (*AsyncCall)(IUnknown *iUnknown, const char *buff); 300 BOOL (*AsyncTimeCall)(IUnknown *iUnknown); 375 BOOL (*AsyncCall)(IUnknown *iUnknown, const char *buff); 376 BOOL (*AsyncTimeCall)(IUnknown *iUnknown); 402 BOOL ret; 482 BOOL (*AsyncCall)(IUnknown *iUnknown, const char *buff); 483 BOOL (*AsyncTimeCall)(IUnknown *iUnknown); 495 static BOOL AsyncCall(IUnknown *iUnknown, const char *buff) [all …]
|
H A D | README.md | 82 static BOOL Initialize(Service *service, Identity identity) 89 static BOOL MessageHandle(Service *service, Request *msg) 240 BOOL (*AsyncCall)(IUnknown *iUnknown, const char *buff); 241 BOOL (*AsyncTimeCall)(IUnknown *iUnknown); 316 BOOL (*AsyncCall)(IUnknown *iUnknown, const char *buff); 317 BOOL (*AsyncTimeCall)(IUnknown *iUnknown); 343 BOOL ret; 423 BOOL (*AsyncCall)(IUnknown *iUnknown, const char *buff); 424 BOOL (*AsyncTimeCall)(IUnknown *iUnknown); 436 static BOOL AsyncCall(IUnknown *iUnknown, const char *buff) [all …]
|
/ohos5.0/base/powermgr/powermgr_lite/interfaces/kits/ |
H A D | running_lock.h | 62 BOOL AcquireRunningLock(const RunningLock *lock); 63 BOOL ReleaseRunningLock(const RunningLock *lock); 64 BOOL IsRunningLockHolding(const RunningLock *lock);
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/include/ |
H A D | running_lock_entry.h | 33 BOOL isHolding; 47 static inline BOOL IsValidRunningLockEntry(RunningLockEntry *entry) in IsValidRunningLockEntry() 52 static inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentit… in IsSameRunningLockIdentity()
|
/ohos5.0/base/powermgr/powermgr_lite/services/include/ |
H A D | power_manage_feature.h | 33 BOOL OnPowerManageFeatureMessage(Feature *feature, Request *request); 36 BOOL OnIsAnyRunningLockHolding(IUnknown *iUnknown); 37 void OnSuspendDevice(IUnknown *iUnknown, SuspendDeviceType reason, BOOL suspendImmed);
|