/base/notification/common_event_service/services/test/unittest/ |
D | common_event_sticky_test.cpp | 42 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);
|
D | common_event_dump_test.cpp | 40 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/ |
D | sms_mms_data.h | 214 static constexpr const char *TYPE = "type"; variable 278 static constexpr const char *TYPE = "type"; variable
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
D | hisysevent_json_decorator.cpp | 36 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/ |
D | os_account_info.cpp | 26 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/ |
D | event_json_parser.cpp | 41 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/ |
D | rdb_sms_mms_helper.cpp | 105 createTableStr.append(MmsProtocol::TYPE).append(" INTEGER DEFAULT 0, "); in CreateMmsProtocolTableStr() 148 createTableStr.append(MmsPart::TYPE).append(" INTEGER , "); in CreateMmsPartTableStr()
|
/base/hiviewdfx/hiview/base/include/ |
D | sys_event.h | 40 static std::string TYPE; variable
|
/base/hiviewdfx/hiview/base/ |
D | sys_event.cpp | 34 std::string EventCol::TYPE = "type_"; member in OHOS::HiviewDFX::EventStore::EventCol
|
D | libhiviewbase.map | 252 "OHOS::HiviewDFX::EventStore::EventCol::TYPE";
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.h | 146 const int32_t TYPE = 7; variable
|
D | tel_ril_test.cpp | 796 auto event = AppExecFwk::InnerEvent::Get(TYPE); in OnRequestNetworkVoiceRegistrationStateTest()
|