Home
last modified time | relevance | path

Searched refs:source1 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/common/
H A Dhelpers_for_test.ts75 const source1 = source;
80 origFunc.call(source1, ...arguments);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dapi_test.cpp491 OH_AVSource *source1 = OH_AVSource_CreateWithFD(fd1, 0, size); variable
492 ASSERT_NE(source1, nullptr);
504 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source1));
506 source1 = nullptr;
H A Dreli_test.cpp408 OH_AVSource *source1 = OH_AVSource_CreateWithURI(const_cast<char *>(URI1)); variable
410 ASSERT_NE(source1, nullptr);
414 ASSERT_EQ(AV_ERR_OK, OH_AVSource_Destroy(source1));
415 source1 = nullptr;
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-runtime-task.md273 const char source1[] = "{\
301 CHECK(EvaluateJS(coreId1, source1, result1) == 0);
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_wakeup_controller_test.cpp184 WakeupSource source1(WakeupDeviceType::WAKEUP_DEVICE_SINGLE_CLICK, 1, 0); variable
185 std::shared_ptr<WakeupMonitor> monitor1 = WakeupMonitor::CreateMonitor(source1);
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-runtime-task.md277 const char source1[] = "{\
305 CHECK(EvaluateJS(coreId1, source1, result1) == 0);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dapi_test.cpp319 std::shared_ptr<AVSource> source1 = AVSourceFactory::CreateWithFD(fd1, 0, size); variable
320 ASSERT_NE(nullptr, source1);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1352 std::string source1 = "source1"; variable
1354 std::vector<std::string> ret1 = rrc->StringSplit(source1, split);