Home
last modified time | relevance | path

Searched refs:id1 (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp82 uint64_t id1 = GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local
146 rsRenderServiceConnectionProxy.RemoveVirtualScreen(id1); in DoSomethingInterestingWithMyAPI()
161 rsRenderServiceConnectionProxy.GetScreenActiveMode(id1); in DoSomethingInterestingWithMyAPI()
162 rsRenderServiceConnectionProxy.GetScreenSupportedModes(id1); in DoSomethingInterestingWithMyAPI()
163 rsRenderServiceConnectionProxy.GetScreenCapability(id1); in DoSomethingInterestingWithMyAPI()
164 rsRenderServiceConnectionProxy.GetScreenPowerStatus(id1); in DoSomethingInterestingWithMyAPI()
165 rsRenderServiceConnectionProxy.GetScreenData(id1); in DoSomethingInterestingWithMyAPI()
166 rsRenderServiceConnectionProxy.GetScreenBacklight(id1); in DoSomethingInterestingWithMyAPI()
173 rsRenderServiceConnectionProxy.SetScreenColorGamut(id1, uid); in DoSomethingInterestingWithMyAPI()
185 rsRenderServiceConnectionProxy.GetBitmap(id1, bitmap); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/utils/
H A Darray_usb_device_id_serializer_test.cpp63 UsbDeviceId id1; variable
64 id1.SetVendorId(111);
65 id1.SetProductId(222);
66 dataObj.push_back(id1);
116 UsbDeviceId id1; variable
117 id1.SetVendorId(111);
118 id1.SetProductId(222);
136 UsbDeviceId id1; variable
137 id1.SetVendorId(111);
138 id1.SetProductId(222);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_uiextension_data_test.cpp94 NodeId id1 = 1; variable
96 secData.insert(std::make_pair(id1, std::vector<SecSurfaceInfo>()));
98 secData[id1].push_back(surfaceInfo1);
99 secData[id1][0].uiExtensionRectInfo.relativeCoords.SetAll(0, 0, 0, 0);
100 secData[id1][0].hostPid = 0;
101 secData[id1][0].uiExtensionPid = 0;
122 ASSERT_EQ(secData[id1].size(), resultData[id1].size());
123 ASSERT_EQ(secData[id1][0].uiExtensionRectInfo.relativeCoords.GetWidth(),
124 resultData[id1][0].uiExtensionRectInfo.relativeCoords.GetWidth());
125 ASSERT_EQ(secData[id1][0].hostPid, resultData[id1][0].hostPid);
[all …]
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dxcollie_interface_test.cpp102 …int id1 = XCollie::GetInstance().SetTimer("XCollieTimerParam_002", 3, callbackFunc1, nullptr, XCOL… variable
103 ASSERT_GT(id1, 0);
114id1 = XCollie::GetInstance().SetTimer("XCollieTimerParam_002", 3, callbackFunc1, nullptr, XCOLLIE_…
115 ASSERT_GT(id1, 0);
117 XCollie::GetInstance().CancelTimer(id1);
152 …int id1 = XCollie::GetInstance().SetTimer("XCollieTimerParam_003", 2, callbackFunc, nullptr, XCOLL… variable
153 ASSERT_GT(id1, 0);
155 XCollie::GetInstance().CancelTimer(id1);
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-mini-basic-soft.md164 UINT32 id1; // 定时器id1,单次触发定时器
170 LOS_SwtmrCreate(SWTMR_INTERVAL_LONG, LOS_SWTMR_MODE_ONCE, Timer1Callback, &id1, 0,
178 LOS_SwtmrCreate(SWTMR_INTERVAL_LONG, LOS_SWTMR_MODE_ONCE, Timer1Callback, &id1, 0);
185 ret = LOS_SwtmrStart(id1);
192 ret = LOS_SwtmrStop(id1);
195 LOS_SwtmrStart(id1);
201 ret = LOS_SwtmrStop(id1);
H A Dkernel-small-basic-softtimer.md150 UINT16 id1;
155 LOS_SwtmrCreate (1000, LOS_SWTMR_MODE_ONCE, Timer1_Callback, &id1, 1);
161 LOS_SwtmrStart (id1); //启动单次软件定时器
164 LOS_SwtmrTimeGet(id1, &uwTick); // 获得单次软件定时器剩余Tick数
167 LOS_SwtmrStop(id1); // 停止软件定时器
170 LOS_SwtmrStart(id1);
172 LOS_SwtmrDelete(id1); // 删除软件定时器
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dusb_manager_proxy_test.cpp179 UsbDeviceId id1; variable
180 id1.SetVendorId(1);
181 id1.SetProductId(9);
198 UsbDeviceId id1; variable
199 id1.SetVendorId(1);
200 id1.SetProductId(9);
219 UsbDeviceId id1; variable
220 id1.SetVendorId(1);
221 id1.SetProductId(9);
238 UsbDeviceId id1; variable
[all …]
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dusb_device_id.h47 bool operator()(const UsbDeviceId& id1, const UsbDeviceId& id2) in operator()
49 return (id1.GetVendorId() == id2.GetVendorId()) ? in operator()
50 (id1.GetProductId() < id2.GetProductId()) : (id1.GetVendorId() < id2.GetVendorId()); in operator()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp147 StoreId id1; variable
148 id1.storeId = "id1";
173 status = kvdbServiceImpl_->Close(appId, id1);
186 StoreId id1; variable
187 id1.storeId = "id1";
593 StoreId id1; variable
594 id1.storeId = "id1";
620 StoreId id1; variable
621 id1.storeId = "id1";
657 StoreId id1; variable
[all …]
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dallowed_usb_devices_plugin_test.cpp76 UsbDeviceId id1; variable
77 id1.SetVendorId(DEVICE_VID_1);
78 id1.SetProductId(DEVICE_PID_1);
79 policyData.emplace_back(id1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_frame_rate_linker_map_test.cpp109 FrameRateLinkerId id1 = 1; variable
110 auto frameRateLinker = std::make_shared<RSRenderFrameRateLinker>(id1);
113 EXPECT_EQ(frameRateLinkerMap.GetFrameRateLinker(id1), frameRateLinker);
H A Drs_render_frame_rate_linker_test.cpp79 auto id1 = frameRateLinker->GenerateId(); variable
81 EXPECT_LT(id1, id2);
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-softtimer.md149 UINT16 id1;
154 LOS_SwtmrCreate (1000, LOS_SWTMR_MODE_ONCE, Timer1_Callback, &id1, 1);
160 LOS_SwtmrStart(id1); // Start the one-shot software timer.
163 …LOS_SwtmrTimeGet(id1, &uwTick); // Obtain the number of remaining ticks of the one-short software …
166 LOS_SwtmrStop(id1); // Stop the software timer.
169 LOS_SwtmrStart(id1);
171 LOS_SwtmrDelete(id1); // Delete the software timer.
H A Dkernel-mini-basic-soft.md164 UINT32 id1; // One-shot software timer.
170 LOS_SwtmrCreate(SWTMR_INTERVAL_LONG, LOS_SWTMR_MODE_ONCE, Timer1Callback, &id1, 0,
178 LOS_SwtmrCreate(SWTMR_INTERVAL_LONG, LOS_SWTMR_MODE_ONCE, Timer1Callback, &id1, 0);
185 ret = LOS_SwtmrStart(id1);
192 ret = LOS_SwtmrStop(id1);
195 LOS_SwtmrStart(id1);
201 ret = LOS_SwtmrStop(id1);
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp1605 uint64_t id1 = runner->GetThreadId(); variable
1610 if (currentRunner != nullptr && id1 != 0) { in __anon38b2a1f74202()
1612 EXPECT_EQ(id1, id2); in __anon38b2a1f74202()
1630 uint64_t id1 = runner->GetThreadId(); variable
1637 EXPECT_EQ(id1, id2); in __anon38b2a1f74302()
1655 uint64_t id1 = runner->GetThreadId(); variable
1662 EXPECT_EQ(id1, id2); in __anon38b2a1f74402()
1680 uint64_t id1 = runner->GetThreadId(); variable
1687 EXPECT_EQ(id1, id2); in __anon38b2a1f74502()
1705 uint64_t id1 = runner->GetThreadId(); variable
[all …]
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/
H A Denterprise_device_mgr_stub_mock.cpp254 UsbDeviceId id1; in InvokeAllowedUsbDevicesSendRequestGetPolicy() local
257 id1.SetVendorId(testVid); in InvokeAllowedUsbDevicesSendRequestGetPolicy()
258 id1.SetProductId(testPid); in InvokeAllowedUsbDevicesSendRequestGetPolicy()
259 usbDeviceIds.push_back(id1); in InvokeAllowedUsbDevicesSendRequestGetPolicy()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_visitor_test.cpp750 NodeId id1 = 1; variable
2034 NodeId id1 = 1; variable
2035 pid_t pid1 = ExtractPid(id1);
2037 nodeMap.renderNodeMap_[pid1][id1] = node1;
2089 NodeId id1 = 2; variable
2092 pid_t pid1 = ExtractPid(id1);
2177 NodeId id1 = 1; variable
2178 pid_t pid1 = ExtractPid(id1);
2180 nodeMap.renderNodeMap_[pid1][id1] = node1;
2234 NodeId id1 = 1; variable
[all …]
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.cpp510 uint64_t id1 = task->taskId_; in StoreTaskDependency() local
517 taskManager.dependTaskInfos_.emplace(id1, std::move(set)); in StoreTaskDependency()
518 std::set<uint64_t> taskId{ id1, id2 }; in StoreTaskDependency()
523 taskManager.StoreTaskDependency(id1, taskId); in StoreTaskDependency()
525 std::set<uint64_t> set3{ id1 }; in StoreTaskDependency()
527 taskManager.StoreTaskDependency(id1, taskId); in StoreTaskDependency()
529 taskManager.StoreTaskDependency(id1, taskId); in StoreTaskDependency()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md957 let id1: number = 0;
978 id1 = data;
988 calendar.deleteEvents([id1, id2], (err: BusinessError) => {
1026 let id1: number = 0;
1047 id1 = data;
1057 calendar.deleteEvents([id1, id2]).then(() => {
1238 let id1: number = 0;
1267 const filter = calendarManager.EventFilter.filterById([id1, id2]);
1603 let id1: number = 0;
1624 id1 = data;
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddistributed_kv_data_manager_test.cpp366 StoreId id1; variable
367 id1.storeId = "id1";
373 Status status = manager.GetSingleKvStore(create, appId, id1, kvStore);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_change_observation.ts487 … const computedProps = Array.from(this.computedPropIdsChanged_).sort((id1, id2) => id1 - id2);
/ohos5.0/docs/en/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md957 let id1: number = 0;
978 id1 = data;
988 calendar.deleteEvents([id1, id2], (err: BusinessError) => {
1026 let id1: number = 0;
1047 id1 = data;
1057 calendar.deleteEvents([id1, id2]).then(() => {
1240 let id1: number = 0;
1269 const filter = calendarManager.EventFilter.filterById([id1, id2]);
1607 let id1: number = 0;
1628 id1 = data;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1136 NodeId id1 = 0; variable
1138 node->RegisterTransitionPair(id1, id2);
1139 node->UnregisterTransitionPair(id1, id2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_manager_test.cpp1027 auto id1 = screenManager-> variable
1029 ASSERT_NE(id1, INVALID_SCREEN_ID);
1034 …ASSERT_EQ(static_cast<StatusCode>(screenManager->SetVirtualScreenSurface(id1, psurface)), SURFACE_…
1035 screenManager->RemoveVirtualScreen(id1);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp687 std::string id1 = querySync1.GetIdentify(); variable
688 EXPECT_EQ(id1.empty(), false);
697 EXPECT_EQ(id2, id1);

12