Searched refs:isAdding (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/wmserver/include/ |
H A D | avoid_area_controller.h | 51 void AddOrRemoveOverlayWindowIfNeed(const sptr<WindowNode>& overlayNode, bool isAdding); 52 void AddOrRemoveKeyboard(const sptr<WindowNode>& keyboardNode, bool isAdding);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | avoid_area_controller.cpp | 69 void AvoidAreaController::AddOrRemoveOverlayWindowIfNeed(const sptr<WindowNode>& overlayNode, bool isAdding) in AddOrRemoveOverlayWindowIfNeed() argument 83 if (isAdding == isRecorded) { in AddOrRemoveOverlayWindowIfNeed() 84 WLOGE("error occured in overlay. overlayId %{public}u isAdding %{public}d record flag %{public}d", in AddOrRemoveOverlayWindowIfNeed() 85 overlayId, isAdding, isRecorded); in AddOrRemoveOverlayWindowIfNeed() 88 if (isAdding) { in AddOrRemoveOverlayWindowIfNeed() 95 AddOrRemoveKeyboard(overlayNode, isAdding); in AddOrRemoveOverlayWindowIfNeed() 105 void AvoidAreaController::AddOrRemoveKeyboard(const sptr<WindowNode>& keyboardNode, bool isAdding) in AddOrRemoveKeyboard() argument
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 110 bool isAdding; member 294 if (gattServiceWrapper.isAdding && GATTSERVICE(serverId_, i)->GetUuid().Equals(Service->GetUuid())) { 295 gattServiceWrapper.isAdding = false; 731 GATTSERVICES(serverId, i).isAdding = false; in BleGattsAddService() 903 GATTSERVICES(serverId, srvcHandle).isAdding = true; in BleGattsStartService() 933 GATTSERVICES(serverId, srvcHandle).isAdding = false; in BleGattsStopService()
|
Completed in 3 milliseconds