Home
last modified time | relevance | path

Searched refs:levelInfo (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp187 if (levelInfo) { in SetTextureLevel()
188 levelInfo->valid = true; in SetTextureLevel()
363 if (levelInfo) { in GetInternalFormat()
372 if (levelInfo) { in GetType()
373 return levelInfo->type; in GetType()
381 if (levelInfo) { in GetWidth()
382 return levelInfo->width; in GetWidth()
390 if (levelInfo) { in GetHeight()
399 if (levelInfo) { in GetDepth()
400 return levelInfo->depth; in GetDepth()
[all …]
/ohos5.0/base/security/dataclassification/test/unittest/datatransmitmgr/
H A DDevSLMgrTest.cpp147 uint32_t levelInfo = 0; variable
151 ret = DATASL_GetHighestSecLevel(nullptr, &levelInfo);
174 uint32_t levelInfo = 0; variable
182 ret = DATASL_GetHighestSecLevel(&queryParams, &levelInfo);
183 EXPECT_EQ(DATA_SEC_LEVEL0, static_cast<int32_t>(levelInfo));
191 uint32_t levelInfo = 0; variable
200 ret = DATASL_GetHighestSecLevel(&queryParams, &levelInfo);
290 uint32_t levelInfo = 0; variable
302 ret = DATASL_GetHighestSecLevel(&queryParams, &levelInfo);
435 uint32_t levelInfo = 0; variable
[all …]
H A DDevslinfoListTest.h50 …(struct DATASLListParams *list, DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo);
/ohos5.0/base/security/dataclassification/test/fuzztest/datatransmitmgr/gethighestseclevel_fuzzer/
H A Dgethighestseclevel_fuzzer.cpp92 uint32_t levelInfo = 0; in FuzzDoGetHighestSecLevel() local
99 (void)DATASL_GetHighestSecLevel(&queryParams, &levelInfo); in FuzzDoGetHighestSecLevel()
100 (void)DATASL_GetHighestSecLevel(nullptr, &levelInfo); in FuzzDoGetHighestSecLevel()
105 (void)DATASL_GetHighestSecLevel(&queryParams, &levelInfo); in FuzzDoGetHighestSecLevel()
/ohos5.0/base/security/dataclassification/test/fuzztest/datatransmitmgr/datatransmitmgr_fuzzer/
H A Ddatatransmitmgr_fuzzer.cpp25 static void tmpCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in tmpCallback() argument
36 uint32_t levelInfo = 0; in FuzzDoDataTransmitMgr() local
44 (void)DATASL_GetHighestSecLevel(&queryParams, &levelInfo); in FuzzDoDataTransmitMgr()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Ddevsl_dispatcher.cpp108 …lDispatcher::DevslGottonCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in DevslGottonCallback() argument
112 levelInfo = DATA_SEC_LEVEL1; in DevslGottonCallback()
118 std::thread([udid, levelInfo]() { DevslGottonCallbackAsync(udid, levelInfo); }); in DevslGottonCallback()
/ohos5.0/base/security/dataclassification/frameworks/datatransmitmgr/
H A Ddev_slinfo_mgr.c69 DATASL_API int32_t DATASL_GetHighestSecLevel(DEVSLQueryParams *queryParams, uint32_t *levelInfo) in DATASL_GetHighestSecLevel() argument
73 if ((queryParams == NULL) || (levelInfo == NULL)) { in DATASL_GetHighestSecLevel()
77 ret = GetHighestSecLevelByUdid(queryParams, levelInfo); in DATASL_GetHighestSecLevel()
H A Ddev_slinfo_adpt.c208 uint32_t levelInfo = DATA_SEC_LEVEL0; in OnApiDeviceSecInfoCallback() local
215 levelInfo = GetDataSecLevelByDevSecLevel(devLevel); in OnApiDeviceSecInfoCallback()
230 LookupCallback(g_callbackList, &queryParams, ret, levelInfo); in OnApiDeviceSecInfoCallback()
312 uint32_t levelInfo = DEFAULT_DEV_SEC_LEVEL; in UpdateCallbackListParams() local
331 g_callbackList->next->callbackParams->callback(queryParams, result, levelInfo); in UpdateCallbackListParams()
H A Ddev_slinfo_list.c122 …k(struct DATASLListParams *list, DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in LookupCallback() argument
150 tmpCallbackParams.callback(&(tmpCallbackParams.queryParams), result, levelInfo); in LookupCallback()
/ohos5.0/base/security/dataclassification/interfaces/innerkits/datatransmitmgr/include/
H A Ddev_slinfo_mgr.h48 int32_t DATASL_GetHighestSecLevel(DEVSLQueryParams *queryParams, uint32_t *levelInfo);
54 …edef void HigestSecInfoCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo); typedef
H A Ddev_slinfo_list.h47 …(struct DATASLListParams *list, DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo);
/ohos5.0/base/security/dataclassification/test/fuzztest/datatransmitmgr/gethighestseclevelasync_fuzzer/
H A Dgethighestseclevelasync_fuzzer.cpp79 static void tmpCallbackFuzz1(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in tmpCallbackFuzz1() argument
84 (void)levelInfo; in tmpCallbackFuzz1()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunication_provider_impl.cpp77 Status CommunicationProviderImpl::Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) in Broadcast() argument
79 return SoftBusAdapter::GetInstance()->Broadcast(pipeInfo, levelInfo); in Broadcast()
H A Dsoftbus_adapter_standard.cpp442 Status SoftBusAdapter::Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) in Broadcast() argument
445 .dynamicLevel = levelInfo.dynamic, in Broadcast()
446 .staticLevel = levelInfo.statics, in Broadcast()
447 .switchLevel = levelInfo.switches, in Broadcast()
448 .switchLength = levelInfo.switchesLen, in Broadcast()
457 void SoftBusAdapter::OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo) in OnBroadcast() argument
464 onBroadcast_(device.deviceId, levelInfo); in OnBroadcast()
H A Dsoftbus_adapter.h77 Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo);
78 void OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo);
H A Dcommunication_provider_impl.h51 Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) override;
/ohos5.0/base/security/dataclassification/test/fuzztest/datatransmitmgr/devslinfoadpt_fuzzer/
H A Ddevslinfoadpt_fuzzer.cpp112 uint32_t levelInfo = 0; in FuzzDoDevSlinfoAdpt() local
128 (void)DATASL_GetHighestSecLevel(&queryParams, &levelInfo); in FuzzDoDevSlinfoAdpt()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp106 [](const std::string &device, const AppDistributedKv::LevelInfo &levelInfo) { in InitBroadcast() argument
108 level.dynamic = levelInfo.dynamic; in InitBroadcast()
109 level.statics = levelInfo.statics; in InitBroadcast()
110 level.switches = levelInfo.switches; in InitBroadcast()
111 level.switchesLen = levelInfo.switchesLen; in InitBroadcast()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Ddevsl_dispatcher.h36 …static void DevslGottonCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo);
/ohos5.0/base/security/dataclassification/
H A DREADME_zh.md54 | int32_t DATASL_GetHighestSecLevel(DEVSLQueryParams *queryParams, uint32_t *levelInfo); | 获取对应设备可支…
H A DREADME.md46 | int32_t DATASL_GetHighestSecLevel(DEVSLQueryParams *queryParams, uint32_t *levelInfo); | Obtains …
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommunication_provider.h65 virtual Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) = 0;
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp81 auto levelInfo = sensorInfo->second.find(sensor); in GetLevelItems() local
82 if (levelInfo != sensorInfo->second.end()) { in GetLevelItems()
83 return levelInfo->second; in GetLevelItems()