Home
last modified time | relevance | path

Searched defs:isNeedCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp253 bool isNeedCallback = (oldChecked_ != checked_); in HandleDragEnd() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1406 bool isNeedCallback = (onConflict != nullptr); in PublishLocal() local
1472 …l updateTimestamp, SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallback) in PublishInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp594 bool isNeedCallback = character->GetWriteType() == GattCharacteristic::WriteType::DEFAULT; in WriteCharacteristicValueEx() local