/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | render_data_defines_3d.h | 71 static constexpr uint64_t INVALID_ID { 0xFFFFFFFFffffffff }; 137 uint64_t id { RenderSceneDataConstants::INVALID_ID }; 139 uint64_t meshId { RenderSceneDataConstants::INVALID_ID }; 246 uint64_t id { RenderSceneDataConstants::INVALID_ID }; 248 uint64_t meshId { RenderSceneDataConstants::INVALID_ID }; 308 uint64_t id { RenderSceneDataConstants::INVALID_ID }; 311 uint64_t layerMask { RenderSceneDataConstants::INVALID_ID }; 430 uint64_t id { RenderSceneDataConstants::INVALID_ID }; 433 uint64_t layerMask { RenderSceneDataConstants::INVALID_ID }; 473 uint64_t id { RenderSceneDataConstants::INVALID_ID }; 583 RenderSceneDataConstants::INVALID_ID, RenderSceneDataConstants::INVALID_ID, RenderSceneDataConstants::INVALID_ID global() member in RenderSceneDataConstants 591 RenderSceneDataConstants::INVALID_ID, RenderSceneDataConstants::INVALID_ID, global() member in RenderSceneDataConstants 592 RenderSceneDataConstants::INVALID_ID, RenderSceneDataConstants::INVALID_ID, global() member in RenderSceneDataConstants 593 RenderSceneDataConstants::INVALID_ID, RenderSceneDataConstants::INVALID_ID, global() member in RenderSceneDataConstants 594 RenderSceneDataConstants::INVALID_ID, RenderSceneDataConstants::INVALID_ID global() member in RenderSceneDataConstants [all...] |
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | event_comm.h | 123 uint32_t srcId = INVALID_ID; 124 uint32_t fromMgr = INVALID_ID; 130 uint32_t toMgr = INVALID_ID; 131 uint32_t dstId = INVALID_ID; 148 uint32_t agentId = INVALID_ID; 149 uint64_t surfaceId = INVALID_ID; 161 uint32_t prosumerId = INVALID_ID; 173 uint32_t agentId = INVALID_ID; 183 uint32_t prosumerId = INVALID_ID; 205 uint32_t channelId = INVALID_ID; [all...] |
H A D | event_channel.h | 28 uint32_t agentId = INVALID_ID; 29 uint32_t prosumerId = INVALID_ID; 30 uint64_t surfaceId = INVALID_ID; 40 uint32_t agentId = INVALID_ID; 41 uint32_t prosumerId = INVALID_ID;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | thread_pool_test_stub.cpp | 20 const TaskId INVALID_ID = 0u; member 37 return INVALID_ID; in Execute() 78 return INVALID_ID; in Schedule() 83 return INVALID_ID; in Schedule() 88 return INVALID_ID; in Schedule() 98 return INVALID_ID; in Reset()
|
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_set_timer.cpp | 21 constexpr int INVALID_ID = -1; variable 26 return INVALID_ID; in SetTimer() 36 if (id == INVALID_ID) { in CancelTimer()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_def.h | 50 uint32_t agentId = INVALID_ID; 51 uint32_t contextId = INVALID_ID; 72 uint32_t agentId = INVALID_ID; 73 uint32_t contextId = INVALID_ID;
|
H A D | wfd_sink_scene.cpp | 254 uint32_t contextId = INVALID_ID; in Release() 255 uint32_t agentId = INVALID_ID; in Release() 263 if ((contextId == INVALID_ID) || (agentId == INVALID_ID)) { in Release() 397 rsp->foregroundMaximum = INVALID_ID; in OnRequest() 617 uint32_t contextId = INVALID_ID; in HandleSetSceneType() 618 uint32_t agentId = INVALID_ID; in HandleSetSceneType() 666 if ((contextId == INVALID_ID) || (agentId == INVALID_ID)) { in HandleSetSceneType() 700 if (contextId == INVALID_ID || agentI in HandlePlay() [all...] |
H A D | wfd_source_scene.cpp | 331 if ((connDev_ != nullptr) && (connDev_->contextId != INVALID_ID) && (connDev_->agentId != INVALID_ID)) { in Release() 342 if ((contextId_ != INVALID_ID) && (agentId_ != INVALID_ID)) { in Release() 556 if (contextId_ == INVALID_ID || agentId_ == INVALID_ID) { in CreateScreenCapture() 619 if (contextId == INVALID_ID || agentId == INVALID_ID) { in AppendCast() 680 if ((connDev_ != nullptr) && (connDev_->contextId != INVALID_ID) && (connDev_->agentId != INVALID_ID)) { in WfdP2pStop() [all...] |
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | timer_mgr.cpp | 122 return INVALID_ID; in SetTimer() 128 return INVALID_ID; in SetTimer() 132 if (id == INVALID_ID) { in SetTimer() 134 return INVALID_ID; in SetTimer() 141 return INVALID_ID; in SetTimer() 172 return INVALID_ID; in ResetTimer() 194 timerId = INVALID_ID; in KillTimer() 199 if (timerId != INVALID_ID) { in KillTimer() 201 timerId = INVALID_ID; in KillTimer()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
H A D | update_engine_controller.cpp | 62 timerId_ = INVALID_ID; in UpdateRetryProc() 142 if (timerId_ != INVALID_ID) { in StartUpdateTimer() 148 if (timerId_ == INVALID_ID) { in StartUpdateTimer() 160 if (timerId_ == INVALID_ID) { in StopUpdateTimer() 193 timerId_ = INVALID_ID; in ClearRetryState()
|
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
H A D | ability_component_resource.h | 26 constexpr int64_t INVALID_ID = -1; member 66 id_ = INVALID_ID; in Reset() 70 int64_t id_ = INVALID_ID;
|
H A D | ability_component_delegate.cpp | 182 if (id_ == INVALID_ID) { in UpdateRenderRect() 256 if (delegate->id_ == INVALID_ID) { in CreatePluginResource() 348 if (id_ == INVALID_ID) { in StartAbility() 362 if (id_ == INVALID_ID) { in PerformBackPress() 373 if (id_ == INVALID_ID) { in GetStackCount()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | session_mock_test.cpp | 40 constexpr int32_t INVALID_ID = -1;
member 49 int32_t sessionId = INVALID_ID;
in HWTEST_F() 83 EXPECT_EQ(ret, INVALID_ID);
in HWTEST_F()
|
/foundation/multimodalinput/input/examples/input_device_display_bind/src/ |
H A D | input_device_display_bind.cpp | 27 constexpr int32_t INVALID_ID { -1 }; 59 arr[1] = (info.inputDeviceId == INVALID_ID) ? "" : std::to_string(info.inputDeviceId); in QueryDisplayBindInfo() 61 arr[3] = (info.displayId == INVALID_ID) ? "" : std::to_string(info.displayId); in QueryDisplayBindInfo() 91 int32_t deviceId = INVALID_ID; in SetDisplayBind() 92 int32_t displayId = INVALID_ID; in SetDisplayBind()
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
H A D | cast_device_data_manager.cpp | 73 int sessionId = device.sessionId != INVALID_ID ? device.sessionId : data.device.sessionId; in AddDevice() 102 if (transportId <= INVALID_ID) { in GetDeviceByTransId() 150 if (transportId <= INVALID_ID) { in SetDeviceTransId() 161 if (it->transportId != INVALID_ID) { in SetDeviceTransId() 174 return INVALID_ID; in GetDeviceTransId() 184 return INVALID_ID; in ResetDeviceTransId() 188 it->transportId = INVALID_ID; in ResetDeviceTransId() 334 if (sessionId != INVALID_ID) { in RemoveDeivceLocked() 362 return INVALID_ID; in GetSessionIdByDeviceId() 370 return INVALID_ID; in GetSessionIdByDeviceId() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_resource.h | 26 constexpr int64_t INVALID_ID = -1; member 74 id_ = INVALID_ID; in Reset() 78 int64_t id_ = INVALID_ID;
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_resource.h | 26 constexpr int64_t INVALID_ID = -1; member 77 id_ = INVALID_ID; in Reset() 81 int64_t id_ = INVALID_ID;
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_manager_resource.h | 26 constexpr int64_t INVALID_ID = -1; member 75 id_ = INVALID_ID; in Reset() 79 int64_t id_ = INVALID_ID;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/ |
H A D | channel_request.h | 54 int sessionId{ INVALID_ID }; 57 int connectionId{ INVALID_ID };
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/ |
H A D | channel_request.h | 54 int sessionId{ INVALID_ID }; 57 int connectionId{ INVALID_ID };
|
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_resources.h | 26 constexpr int64_t INVALID_ID = -1; member 46 int64_t id_ = INVALID_ID;
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_texture.h | 56 int64_t textureId_ = INVALID_ID; 57 int64_t instanceId_ = INVALID_ID;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | common_event_listener.cpp | 38 constexpr static int32_t INVALID_ID = 0; member 95 int32_t accountId = INVALID_ID; in GetForegroundOsAccountLocalId() 97 if (err != ERR_OK || accountId == INVALID_ID) { in GetForegroundOsAccountLocalId()
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | player_xcollie.cpp | 89 if (id != HiviewDFX::INVALID_ID) { in SetTimer() 104 if (id != HiviewDFX::INVALID_ID) { in SetTimerByLog() 117 if (id != HiviewDFX::INVALID_ID) { in CancelTimer()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_resource.h | 25 constexpr int INVALID_ID = -1; member 64 int id_ = INVALID_ID;
|