Home
last modified time | relevance | path

Searched refs:tempHandle (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp124 uint16_t tempHandle = pGattCharacteristic->GetHandle(); in HWTEST_F() local
125 EXPECT_EQ(handle_, tempHandle); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp1794 uint8_t tempHandle = pimpl->advHandleQue_.front().advHandle; in GapExAdvStopCompleteEvt() local
1796 auto exAdvStopIter = pimpl->advHandleSettingDatas_.find(tempHandle); in GapExAdvStopCompleteEvt()
1798 LOG_ERROR("[BleAdvertiserImpl] %{public}s:invalid handle! %u.", __func__, tempHandle); in GapExAdvStopCompleteEvt()
1807 RemoveAdvHandle(tempHandle); in GapExAdvStopCompleteEvt()
1817 uint8_t tempHandle = pimpl->advHandleQue_.front().advHandle; in GapExAdvRemoveHandleResultEvt() local
1819 auto exAdvRemoveIter = pimpl->advHandleSettingDatas_.find(tempHandle); in GapExAdvRemoveHandleResultEvt()
1821 LOG_ERROR("[BleAdvertiserImpl] %{public}s:invalid handle! %u.", __func__, tempHandle); in GapExAdvRemoveHandleResultEvt()
1830 RemoveAdvHandle(tempHandle); in GapExAdvRemoveHandleResultEvt()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp514 uint32_t tempHandle = dBinderHandle_; in GetDBinderIdleHandle() local
519 tempHandle++; in GetDBinderIdleHandle()
520 if (tempHandle > DBINDER_HANDLE_BASE + DBINDER_HANDLE_COUNT) { in GetDBinderIdleHandle()
521 tempHandle = DBINDER_HANDLE_BASE; in GetDBinderIdleHandle()
524 std::shared_ptr<DBinderSessionObject>>(tempHandle, session)).second; in GetDBinderIdleHandle()
530 dBinderHandle_ = tempHandle; in GetDBinderIdleHandle()

Completed in 7 milliseconds