| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
| H A D | blur_draw_looper_test.cpp | 141 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 D | avsharedmemorypool.cpp | 180 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 D | memory_manager.cpp | 81 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 D | task_scheduler.h | 45 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
|
| /foundation/multimodalinput/input/service/delegate_task/include/ |
| H A D | delegate_tasks.h | 43 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
|
| /foundation/multimodalinput/input/service/monitor/include/ |
| H A D | event_monitor_handler.h | 79 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 D | custom_udev_test.cpp | 100 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 D | ut_dependency.cpp | 82 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 D | display_manager_lite_test.cpp | 296 ASSERT_EQ(DisplayManagerLite::GetInstance().pImpl_->foldStatusListenerAgent_, nullptr); HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
| H A D | disc_ble_test.cpp | 119 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 D | raw_stream_data.cpp | 56 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 D | distributeddb_nb_db_damage_test.cpp | 101 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 D | distributeddb_syncer_device_manager_test.cpp | 86 std::placeholders::_1, std::placeholders::_2), nullptr); SetUp() local [all...] |
| /foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/ |
| H A D | ffrtutils_fuzzer.cpp | 26 T TypeCast(const uint8_t *data, int *pos = nullptr)
in TypeCast() argument
|
| /foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
| H A D | nfc_napi_utils.h | 56 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 D | dhcp_options_test.cpp | 84 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 D | gtest-assertion-result.h | 155 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 D | local-variables.cc | 122 property.Get(), nullptr); variable
|
| /third_party/node/deps/googletest/include/gtest/ |
| H A D | gtest-assertion-result.h | 155 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 D | pointer-with-payload.h | 52 DCHECK_EQ(GetPointer(), nullptr); in PointerWithPayload() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | binary-op-assembler.h | 141 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 D | SkippingTraverser.h | 19 SkippingTraverser(bool preVisit_, bool inVisit_, bool postVisit_, TSymbolTable *symbolTable = nullptr) SkippingTraverser() argument
|
| /third_party/skia/src/image/ |
| H A D | SkSurface_Base.h | 64 virtual sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset = nullptr) { return nullptr; } in onNewImageSnapshot() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrRefCnt.h | 146 void reset(T* ptr = nullptr) { in reset() argument
|
| /third_party/skia/src/core/ |
| H A D | SkAutoMalloc.h | 131 reset(size_t size, SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink, bool* didChangeAlloc = nullptr) reset() argument
|