Home
last modified time | relevance | path

Searched refs:STR_TO_HEX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp158 STR_TO_HEX(identifier), isDualTupleMode); in EnableKvStoreAutoLaunchParmCheck()
182 … LOGI("[AutoLaunch] GetDoOpenMap identifier=%.6s no need to open", STR_TO_HEX(tmpIdentifier)); in EnableKvStoreAutoLaunch()
335 LOGD("[AutoLaunch] ObserverFunc identifier=%.6s", STR_TO_HEX(identifier)); in ObserverFunc()
393 LOGI("[AutoLaunch] DisableKvStoreAutoLaunch identifier=%.6s", STR_TO_HEX(identifier)); in DisableKvStoreAutoLaunch()
467 LOGI("[AutoLaunch] ConnectionLifeCycleCallbackTask identifier=%.6s", STR_TO_HEX(identifier)); in ConnectionLifeCycleCallbackTask()
505 LOGI("[AutoLaunch] ConnectionLifeCycleCallback identifier=%.6s", STR_TO_HEX(identifier)); in ConnectionLifeCycleCallback()
658 … LOGI("[AutoLaunch] ReceiveUnknownIdentifierCallBackTask identifier=%.6s", STR_TO_HEX(identifier)); in ReceiveUnknownIdentifierCallBackTask()
696 LOGI("[AutoLaunch] ReceiveUnknownIdentifierCallBack identifier=%.6s", STR_TO_HEX(identifier)); in ReceiveUnknownIdentifierCallBack()
835 LOGD("[AutoLaunch] ExtObserverFunc identifier=%.6s", STR_TO_HEX(identifier)); in ExtObserverFunc()
886 LOGI("[AutoLaunch] ExtConnectionLifeCycleCallback identifier=%.6s", STR_TO_HEX(identifier)); in ExtConnectionLifeCycleCallback()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h164 #define STR_TO_HEX(x) DBCommon::TransferStringToHex(x).c_str() macro