| /foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
| H A D | rdb_cursor_test.cpp | 195 OH_ColumnType type; in HWTEST_F() local 479 OH_ColumnType type; HWTEST_F() local 507 OH_ColumnType type; HWTEST_F() local 569 OH_ColumnType type; HWTEST_F() local 691 OH_ColumnType type; HWTEST_F() local [all...] |
| /foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
| H A D | dspeaker_dev.cpp | 420 int32_t DSpeakerDev::SendMessage(uint32_t type, std::string content, std::string dstDevId) in SendMessage() argument 444 OnStateChange(const AudioEventType type) OnStateChange() argument [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
| H A D | js_utils.h | 329 napi_valuetype type = napi_undefined; in Convert2Value() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | abs_shared_result_set.cpp | 192 int type = cellUnit->type;
in GetSize() local [all...] |
| H A D | value_object.cpp | 193 int type = static_cast<int>(value.index()); in operator int64_t() local 210 size_t type = value.index(); in operator double() local 227 int type = value.index(); operator bool() local 260 int type = static_cast<int>(value.index()); operator std::string() local 283 int type = static_cast<int>(value.index()); operator Blob() local [all...] |
| H A D | sqlite_shared_result_set.cpp | 109 auto type = SqliteUtils::GetSqlStatementType(qrySql_);
in PrepareStep() local
|
| H A D | step_result_set.cpp | 90 auto type = SqliteUtils::GetSqlStatementType(sql_); in PrepareStep() local
|
| /foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
| H A D | relational_predicates.cpp | 229 OH_Predicates *RelationalPredicate::OrderBy(OH_Predicates *predicates, const char *field, OH_OrderType type) in OrderBy() argument
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
| H A D | unified_record.cpp | 28 UnifiedRecord::UnifiedRecord(UDType type) in UnifiedRecord() argument 34 UnifiedRecord::UnifiedRecord(UDType type, ValueType value) in UnifiedRecord() argument 49 void UnifiedRecord::SetType(const UDType &type) in SetType() argument
|
| /foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
| H A D | unified_data_napi.cpp | 235 std::string type; in HasType() local [all...] |
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
| H A D | dcamera_sink_output.cpp | 58 void DCameraSinkOutput::InitInner(DCStreamType type) in InitInner() argument 203 void DCameraSinkOutput::OnSessionState(DCStreamType type, int32_t state) in OnSessionState() argument 231 OnSessionError(DCStreamType type, int32_t eventType, int32_t eventReason, std::string detail) OnSessionError() argument 237 OnDataReceived(DCStreamType type, std::vector<std::shared_ptr<DataBuffer>>& dataBuffers) OnDataReceived() argument [all...] |
| /foundation/distributeddatamgr/pasteboard/services/zidl/src/ |
| H A D | pasteboard_service_proxy.cpp | 224 void PasteboardServiceProxy::SubscribeObserver(PasteboardObserverType type, in SubscribeObserver() argument 232 void PasteboardServiceProxy::UnsubscribeObserver(PasteboardObserverType type, in UnsubscribeObserver() argument 239 void PasteboardServiceProxy::UnsubscribeAllObserver(PasteboardObserverType type) in UnsubscribeAllObserver() argument 261 void PasteboardServiceProxy::ProcessObserver(uint32_t code, PasteboardObserverType type, in ProcessObserver() argument
|
| /foundation/distributeddatamgr/preferences/frameworks/native/src/ |
| H A D | preferences_value_parcel.cpp | 58 uint8_t type = GetTypeIndex(value); in CalSize() local 104 int PreferencesValueParcel::MarshallingBasicValueInner(const PreferencesValue &value, const uint8_t type, in MarshallingBasicValueInner() argument 163 int PreferencesValueParcel::MarshallingBasicValue(const PreferencesValue &value, const uint8_t type, in MarshallingBasicValue() argument 181 MarshallingStringValue(const PreferencesValue &value, const uint8_t type, std::vector<uint8_t> &data) MarshallingStringValue() argument 222 MarshallingStringArrayValue(const PreferencesValue &value, const uint8_t type, std::vector<uint8_t> &data) MarshallingStringArrayValue() argument 386 MarshallingBasicArrayValue(const PreferencesValue &value, const uint8_t type, std::vector<uint8_t> &data) MarshallingBasicArrayValue() argument 421 uint8_t type = GetTypeIndex(value); MarshallingPreferenceValue() local 451 UnmarshallingBasicValue(const uint8_t type, const std::vector<uint8_t> &data) UnmarshallingBasicValue() argument 482 UnmarshallingStringValue(const uint8_t type, const std::vector<uint8_t> &data) UnmarshallingStringValue() argument 506 UnmarshallingStringArrayValue(const uint8_t type, const std::vector<uint8_t> &data) UnmarshallingStringArrayValue() argument 603 UnmarshallingBasicArrayValue(const uint8_t type, const std::vector<uint8_t> &data) UnmarshallingBasicArrayValue() argument 632 uint8_t type = data[0]; UnmarshallingPreferenceValue() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| H A D | napi_rdb_js_utils.cpp | 49 napi_valuetype type = napi_undefined; in Convert2Value() local 75 napi_valuetype type = napi_undefined; in Convert2Value() local 91 napi_valuetype type = napi_undefined; Convert2Value() local 258 napi_valuetype type = napi_undefined; Convert2Value() local 298 napi_valuetype type = napi_undefined; IsNapiString() local 320 napi_valuetype type = napi_undefined; Convert2Value() local [all...] |
| /foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/ |
| H A D | relationship_sync_mgr.cpp | 89 bool RelationShipChangeMsg::FromBroadcastPayLoad(const cJSON *payloadJson, RelationShipChangeType type) in FromBroadcastPayLoad() argument 149 IsChangeTypeValid(uint32_t type) IsChangeTypeValid() argument [all...] |
| /foundation/distributedhardware/device_manager/test/softbusunittest/ |
| H A D | UTTest_softbus_connector.cpp | 354 ConnectionAddrType type; HWTEST_F() local 372 ConnectionAddrType type; HWTEST_F() local [all...] |
| H A D | UTTest_softbus_listener.cpp | 179 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; in HWTEST_F() local 190 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; in HWTEST_F() local 202 NodeBasicInfoType type = NodeBasicInfoType::TYPE_NETWORK_INFO; in HWTEST_F() local 744 NodeStatusType type = NodeStatusType::TYPE_SCREEN_STATUS; HWTEST_F() local 781 TrustChangeType type = TrustChangeType::DEVICE_NOT_TRUSTED; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
| H A D | paste_data_entry.cpp | 443 auto type = UDMF::UtdUtils::GetUtdEnumFromUtdId(mimeType); in Convert() local [all...] |
| /foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/ |
| H A D | dmic_client.cpp | 73 int32_t DMicClient::OnStateChange(const AudioEventType type) in OnStateChange() argument 165 SendMessage(uint32_t type, std::string content, std::string dstDevId) SendMessage() argument [all...] |
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
| H A D | js_common_utils.cpp | 106 napi_typedarray_type type = napi_uint8_array; in Convert2NativeValue() local
|
| /foundation/distributedhardware/device_manager/test/unittest/mock/ |
| H A D | session.h | 111 int type; member
|
| /foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/ |
| H A D | daudio_source_dev_test.cpp | 215 AudioEventType type = NOTIFY_OPEN_SPEAKER_RESULT; HWTEST_F() local 236 AudioEventType type = NOTIFY_OPEN_SPEAKER_RESULT; HWTEST_F() local 982 AudioEventType type = NOTIFY_CLOSE_MIC_RESULT; HWTEST_F() local 1000 AudioEventType type = AUDIO_FOCUS_CHANGE; HWTEST_F() local 1018 AudioEventType type = EVENT_UNKNOWN; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
| H A D | napi_data_utils.cpp | 98 napi_valuetype type = napi_undefined; in GetValue() local 194 napi_typedarray_type type = napi_biguint64_array; in GetValue() local 467 napi_valuetype type = napi_undefined; IsNull() local [all...] |
| /foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/ |
| H A D | pasteboardclient_fuzzer.cpp | 97 PasteboardObserverType type = PasteboardObserverType::OBSERVER_LOCAL; in FuzzPasteboardclient002() local
|
| /foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
| H A D | preferences_ndk_test.cpp | 109 Preference_ValueType type = OH_PreferencesValue_GetValueType(pValue); in DataChangeObserverCallback() local 695 Preference_ValueType type = OH_PreferencesValue_GetValueType(pValue); NullTestCallback() local [all...] |