/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 186 TextureLevelInfo* levelInfo = const_cast<TextureLevelInfo*>(GetTextureLevel(arg.target, arg.level)); in SetTextureLevel() local 187 if (levelInfo) { in SetTextureLevel() 188 levelInfo->valid = true; in SetTextureLevel() 189 levelInfo->internalFormat = arg.internalFormat; in SetTextureLevel() 190 levelInfo->width = arg.width; in SetTextureLevel() 191 levelInfo->height = arg.height; in SetTextureLevel() 192 levelInfo->depth = arg.depth; in SetTextureLevel() 193 levelInfo->type = arg.type; in SetTextureLevel() 194 levelInfo->Dump("SetTextureLevel", arg.target, arg.level); in SetTextureLevel() 211 TextureLevelInfo* levelInfo in SetTexStorageInfo() local 362 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetInternalFormat() local 371 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetType() local 380 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetWidth() local 389 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetHeight() local 398 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetDepth() local 407 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); CheckValid() local [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | devsl_dispatcher.cpp | 108 void DevslDispatcher::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()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | communication_provider_impl.cpp | 77 Status CommunicationProviderImpl::Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) in Broadcast() argument 79 return SoftBusAdapter::GetInstance()->Broadcast(pipeInfo, levelInfo); in Broadcast()
|
H A D | softbus_adapter_standard.cpp | 452 Status SoftBusAdapter::Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) in Broadcast() argument 455 .dynamicLevel = levelInfo.dynamic, in Broadcast() 456 .staticLevel = levelInfo.statics, in Broadcast() 457 .switchLevel = levelInfo.switches, in Broadcast() 458 .switchLength = levelInfo.switchesLen, in Broadcast() 467 void SoftBusAdapter::OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo) in OnBroadcast() argument 474 onBroadcast_(device.deviceId, levelInfo); in OnBroadcast()
|
H A D | softbus_adapter.h | 76 Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo); 77 void OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo);
|
H A D | communication_provider_impl.h | 51 Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) override;
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
H A D | devsl_dispatcher.h | 36 static void DevslGottonCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/ |
H A D | communication_provider.h | 64 virtual Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.cpp | 106 [](const std::string &device, const AppDistributedKv::LevelInfo &levelInfo) { in InitBroadcast() 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()
|