Home
last modified time | relevance | path

Searched defs:nullptr (Results 151 - 175 of 792) sorted by relevance

12345678910>>...32

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dblur_draw_looper_test.cpp141 EXPECT_EQ(BlurDrawLooper::Deserialize(nullptr), nullptr); HWTEST_F() local
143 EXPECT_EQ(BlurDrawLooper::Deserialize(emptyData), nullptr); HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp180 FALSE_RETURN_V_MSG_E(CheckSize(size), nullptr, "invalid size: %{public}d", size); AcquireMemory() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp81 static inline void ReleaseSharedMemory(int* fdPtr, uint8_t* ptr = nullptr, size_t size = SIZE_ZERO) in ReleaseSharedMemory() argument
[all...]
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/
H A Dtask_scheduler.h45 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_tasks.h43 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h79 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session, std::shared_ptr<IInputEventConsumer> cb = nullptr) SessionHandler() argument
92 SessionHandler(InputHandlerType handlerType, uint32_t eventType, SessionPtr session, std::vector<int32_t> actionsType, std::shared_ptr<IInputEventConsumer> cb = nullptr) SessionHandler() argument
/foundation/multimodalinput/input/libudev/test/
H A Dcustom_udev_test.cpp100 EXPECT_EQ(udev_device_get_udev(nullptr), nullptr); in HWTEST_F() local
104 EXPECT_EQ(udev_device_ref(nullptr), nullptr); in HWTEST_F() local
108 EXPECT_EQ(udev_device_unref(nullptr), nullpt in HWTEST_F() local
125 EXPECT_EQ(udev_device_new_from_devnum(nullptr, 'c', devnum), nullptr); HWTEST_F() local
130 EXPECT_EQ(udev_device_new_from_devnum(udev, 'a', devnum), nullptr); HWTEST_F() local
135 EXPECT_EQ(udev_device_new_from_devnum(udev, 'b', devnum), nullptr); HWTEST_F() local
140 EXPECT_EQ(udev_device_new_from_devnum(udev, 'c', 0), nullptr); HWTEST_F() local
155 EXPECT_EQ(udev_device_new_from_syspath(nullptr, testDevice_.GetSysPath()), nullptr); HWTEST_F() local
159 EXPECT_EQ(udev_device_new_from_syspath(udev, nullptr), nullptr); HWTEST_F() local
163 EXPECT_EQ(udev_device_new_from_syspath(udev, "/system"), nullptr); HWTEST_F() local
167 EXPECT_EQ(udev_device_new_from_syspath(udev, "/sys/unknown"), nullptr); HWTEST_F() local
171 EXPECT_EQ(udev_device_new_from_syspath(udev, "/sys/char/0:0"), nullptr); HWTEST_F() local
203 EXPECT_EQ(udev_device_get_devnode(nullptr), nullptr); HWTEST_F() local
219 EXPECT_EQ(udev_device_get_sysname(nullptr), nullptr); HWTEST_F() local
236 EXPECT_EQ(udev_device_get_syspath(nullptr), nullptr); HWTEST_F() local
260 EXPECT_EQ(udev_device_get_property_value(nullptr, "DEVNAME"), nullptr); HWTEST_F() local
264 EXPECT_EQ(udev_device_get_property_value(device, nullptr), nullptr); HWTEST_F() local
268 EXPECT_EQ(udev_device_get_property_value(device, "UNKNOWN"), nullptr); HWTEST_F() local
286 EXPECT_EQ(udev_device_get_parent(nullptr), nullptr); HWTEST_F() local
304 EXPECT_EQ(udev_device_get_parent_with_subsystem_devtype(nullptr, "input", nullptr), nullptr); HWTEST_F() local
308 EXPECT_NE(udev_device_get_parent_with_subsystem_devtype(device, "input", ""), nullptr); HWTEST_F() local
312 EXPECT_EQ(udev_device_get_parent_with_subsystem_devtype(device, nullptr, nullptr), nullptr); HWTEST_F() local
316 EXPECT_EQ(udev_device_get_parent_with_subsystem_devtype(device, "unknown", nullptr), nullptr); HWTEST_F() local
[all...]
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_dependency.cpp82 ffrt_set_cgroup_attr(static_cast<int>(ffrt::qos_user_initiated), nullptr); HWTEST_F() local
154 ffrt_set_cgroup_attr(static_cast<int>(ffrt::qos_user_initiated), nullptr); HWTEST_F() local
[all...]
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_lite_test.cpp296 ASSERT_EQ(DisplayManagerLite::GetInstance().pImpl_->foldStatusListenerAgent_, nullptr); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Ddisc_ble_test.cpp119 EXPECT_EQ(DiscSoftBusBleInit(nullptr), nullptr); in HWTEST_F() local
124 EXPECT_EQ(DiscSoftBusBleInit(&callback), nullptr); in HWTEST_F() local
142 EXPECT_EQ(DiscSoftBusBleInit(&g_discInnerCallback), nullptr); in HWTEST_F() local
149 EXPECT_EQ(DiscSoftBusBleInit(&g_discInnerCallback), nullptr); in HWTEST_F() local
157 EXPECT_EQ(DiscSoftBusBleInit(&g_discInnerCallback), nullptr); in HWTEST_F() local
166 EXPECT_EQ(DiscSoftBusBleInit(&g_discInnerCallback), nullptr); in HWTEST_F() local
176 EXPECT_EQ(DiscSoftBusBleInit(&g_discInnerCallback), nullptr); in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Draw_stream_data.cpp56 raw->InitStreamData(std::move(buffer), bufLen, nullptr, 0); in MakeRawStream() local
70 raw->InitStreamData(std::move(buffer), bufLen + RawStreamData::FRAME_HEADER_LEN, nullptr, 0); in MakeRawStream() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_db_damage_test.cpp101 EXPECT_EQ(DistributedDBNbTestTools::GetNbDelegateStatus(manager, status, g_dbParameter1, option), nullptr); in HWTEST_F() local
244 EXPECT_EQ(DistributedDBNbTestTools::GetNbDelegateStatus(manager1, status, g_dbParameter1, option), nullptr); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_syncer_device_manager_test.cpp86 std::placeholders::_1, std::placeholders::_2), nullptr); SetUp() local
[all...]
/foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/
H A Dffrtutils_fuzzer.cpp26 T TypeCast(const uint8_t *data, int *pos = nullptr) in TypeCast() argument
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_utils.h56 explicit AsyncContext(napi_env e, napi_async_work w = nullptr, napi_deferred d = nullptr) in AsyncContext() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_options_test.cpp84 EXPECT_NE(GetDhcpOption(&packet, DHCP_MESSAGE_TYPE_OPTION, &len), nullptr); in HWTEST_F() local
90 EXPECT_EQ(GetDhcpOption(nullptr, DHCP_MESSAGE_TYPE_OPTION, &len), nullptr); in HWTEST_F() local
116 EXPECT_EQ(GetDhcpOption(&packet, DHCP_MESSAGE_TYPE_OPTION, &len), nullptr); in HWTEST_F() local
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-assertion-result.h155 AssertionResult( const T& success, typename std::enable_if< !std::is_convertible<T, AssertionResult>::value>::type* = nullptr) AssertionResult() argument
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc122 property.Get(), nullptr); variable
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-assertion-result.h155 AssertionResult( const T& success, typename std::enable_if< !std::is_convertible<T, AssertionResult>::value>::type* = nullptr) AssertionResult() argument
/third_party/node/deps/v8/src/base/
H A Dpointer-with-payload.h52 DCHECK_EQ(GetPointer(), nullptr); in PointerWithPayload() local
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.h141 bitwise_op, left, right, [&] { return context; }, nullptr, nullptr, in Generate_BitwiseBinaryOp() member in v8::internal::BinaryOpAssembler
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSkippingTraverser.h19 SkippingTraverser(bool preVisit_, bool inVisit_, bool postVisit_, TSymbolTable *symbolTable = nullptr) SkippingTraverser() argument
/third_party/skia/src/image/
H A DSkSurface_Base.h64 virtual sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset = nullptr) { return nullptr; } in onNewImageSnapshot() argument
/third_party/skia/src/gpu/
H A DGrRefCnt.h146 void reset(T* ptr = nullptr) { in reset() argument
/third_party/skia/src/core/
H A DSkAutoMalloc.h131 reset(size_t size, SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink, bool* didChangeAlloc = nullptr) reset() argument

Completed in 11 milliseconds

12345678910>>...32