Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 12 of 12) sorted by relevance

/base/notification/common_event_service/services/test/unittest/
Dcommon_event_sticky_test.cpp42 const std::string TYPE = "com.ces.test.type"; variable
104 want.SetType(TYPE);
126 EXPECT_EQ(TYPE, Stickydata.GetWant().GetType());
141 want.SetType(TYPE);
189 want.SetType(TYPE);
221 want.SetType(TYPE);
253 want.SetType(TYPE);
489 want.SetType(TYPE);
Dcommon_event_dump_test.cpp40 const std::string TYPE = "type"; variable
475 want.SetType(TYPE); in SetPublishDataByOrdered()
499 want.SetType(TYPE); in SetPublishDataByOrdered2()
523 want.SetType(TYPE); in SetPublishDataByUnordered()
682 PublishUnorderedEvent(EVENT, TYPE, CODE, DATA, PERMISSION);
714 PublishStickyEvent(EVENT, TYPE, CODE, DATA, PERMISSION);
736 PublishStickyEvent(EVENT, TYPE, FLAG, PERMISSION);
964 PublishStickyEvent(EVENT, TYPE, FLAG, PERMISSION);
986 PublishStickyEvent(EVENT, TYPE, FLAG, PERMISSION);
1317 PublishStickyEvent(EVENT, TYPE, CODE, DATA, PERMISSION);
[all …]
/base/telephony/telephony_data/interfaces/innerkits/include/
Dsms_mms_data.h214 static constexpr const char *TYPE = "type"; variable
278 static constexpr const char *TYPE = "type"; variable
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_json_decorator.cpp36 constexpr char TYPE[] = "type"; variable
86 ret = JudgeDataType(standard[key][TYPE].asString(), eventJson[key][0]); in HiSysEventJsonDecorator()
89 ret = JudgeDataType(standard[key][TYPE].asString(), eventJson[key]); in HiSysEventJsonDecorator()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp26 const std::string TYPE = "type"; variable
215 {TYPE, type_}, in ToJson()
257 jsonObject, jsonObjectEnd, TYPE, type_, OHOS::AccountSA::JsonType::NUMBER); in FromJson()
/base/hiviewdfx/hiview/core/
Devent_json_parser.cpp41 constexpr char TYPE[] = "type"; variable
303 if (!baseJsonInfo.isObject() || !HasStringMember(baseJsonInfo, TYPE)) { in ParseBaseConfig()
307 std::string typeDes = baseJsonInfo[TYPE].asString(); in ParseBaseConfig()
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp105 createTableStr.append(MmsProtocol::TYPE).append(" INTEGER DEFAULT 0, "); in CreateMmsProtocolTableStr()
148 createTableStr.append(MmsPart::TYPE).append(" INTEGER , "); in CreateMmsPartTableStr()
/base/hiviewdfx/hiview/base/include/
Dsys_event.h40 static std::string TYPE; variable
/base/hiviewdfx/hiview/base/
Dsys_event.cpp34 std::string EventCol::TYPE = "type_"; member in OHOS::HiviewDFX::EventStore::EventCol
Dlibhiviewbase.map252 "OHOS::HiviewDFX::EventStore::EventCol::TYPE";
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.h146 const int32_t TYPE = 7; variable
Dtel_ril_test.cpp796 auto event = AppExecFwk::InnerEvent::Get(TYPE); in OnRequestNetworkVoiceRegistrationStateTest()