Home
last modified time | relevance | path

Searched refs:Distribute (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager_lite/services/ims/
H A Dinput_manager_service.cpp42 distributerThreadCreated_ = pthread_create(&distributerThread_, nullptr, Distribute, nullptr); in Run()
75 void* InputManagerService::Distribute(void* args) in Distribute() function in OHOS::InputManagerService
77 GRAPHIC_LOGI("InputManagerService::Distribute Ready to read distribute!"); in Distribute()
90 distributer_.Distribute(events, len); in Distribute()
H A Dinput_event_distributer.cpp20 void InputEventDistributer::Distribute(const RawEvent* events, int32_t size) in Distribute() function in OHOS::InputEventDistributer
H A Dinput_event_distributer.h32 * @brief Distribute input events.
38 void Distribute(const RawEvent* events, int32_t size);
H A Dinput_manager_service.h46 * @brief Distribute task function.
50 static void* Distribute(void* args);
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_address_pool.h31 typedef uint32_t (*Distribute)(DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH]); typedef
48 Distribute distribue;
/foundation/communication/ipc/services/dbinder/test/
H A Dtest_dbinder.py38 distribute = Distribute(self.suits_dir, self.major, self.agent_list)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.h58 void Distribute(float& scrollHeight, float& listHeight, float restHeight);
H A Ddialog_layout_algorithm.cpp192 Distribute(scrollHeight, listHeight, restHeight); in AnalysisHeightOfChild()
241 void DialogLayoutAlgorithm::Distribute(float& scrollHeight, float& listHeight, float restHeight) in Distribute() function in OHOS::Ace::NG::DialogLayoutAlgorithm
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1458 * @tc.desc: Test DialogLayoutAlgorithm::Distribute function
1469 * @tc.steps: step2. execute Distribute in HWTEST_F()
1473 algorithm.Distribute(scrollHeight, listHeight, restHeight); in HWTEST_F()
1476 algorithm.Distribute(scrollHeight, listHeight, restHeight); in HWTEST_F()
1479 algorithm.Distribute(scrollHeight, listHeight, restHeight); in HWTEST_F()
1482 algorithm.Distribute(scrollHeight, listHeight, restHeight); in HWTEST_F()

Completed in 9 milliseconds