Home
last modified time | relevance | path

Searched defs:levelInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/security/dataclassification/test/unittest/datatransmitmgr/
H A DDevSLMgrTest.cpp147 uint32_t levelInfo = 0; variable
174 uint32_t levelInfo = 0; variable
191 uint32_t levelInfo = 0; variable
205 static void tmpCallback000(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in tmpCallback000()
235 static void tmpCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in tmpCallback()
259 static void tmpCallbackLocal(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in tmpCallbackLocal()
290 uint32_t levelInfo = 0; variable
365 static void ListCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in ListCallback()
405 static void tmpCallbackExcept004(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in tmpCallbackExcept004()
435 uint32_t levelInfo = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp186 …TextureLevelInfo* levelInfo = const_cast<TextureLevelInfo*>(GetTextureLevel(arg.target, arg.level)… in SetTextureLevel() local
211 … TextureLevelInfo* levelInfo = const_cast<TextureLevelInfo*>(GetTextureLevel(arg->target, level)); in SetTexStorageInfo() local
362 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); in GetInternalFormat() local
371 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); in GetType() local
380 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); in GetWidth() local
389 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); in GetHeight() local
398 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); in GetDepth() local
407 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); in CheckValid() local
/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()
36 uint32_t levelInfo = 0; in FuzzDoDataTransmitMgr() local
/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()
H A Ddev_slinfo_adpt.c208 uint32_t levelInfo = DATA_SEC_LEVEL0; in OnApiDeviceSecInfoCallback() local
312 uint32_t levelInfo = DEFAULT_DEV_SEC_LEVEL; in UpdateCallbackListParams() local
H A Ddev_slinfo_list.c122 …k(struct DATASLListParams *list, DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in LookupCallback()
/ohos5.0/base/security/dataclassification/interfaces/innerkits/datatransmitmgr/include/
H A Ddev_slinfo_mgr.h54 …edef void HigestSecInfoCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo); typedef
/ohos5.0/base/security/dataclassification/test/fuzztest/datatransmitmgr/gethighestseclevel_fuzzer/
H A Dgethighestseclevel_fuzzer.cpp92 uint32_t levelInfo = 0; in FuzzDoGetHighestSecLevel() local
/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()
/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()
/ohos5.0/base/security/dataclassification/test/fuzztest/datatransmitmgr/devslinfoadpt_fuzzer/
H A Ddevslinfoadpt_fuzzer.cpp112 uint32_t levelInfo = 0; in FuzzDoDevSlinfoAdpt() local
/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()
H A Dsoftbus_adapter_standard.cpp442 Status SoftBusAdapter::Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) in Broadcast()
457 void SoftBusAdapter::OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo) in OnBroadcast()
/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()
/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