Searched refs:sourceType (Results 1 – 6 of 6) sorted by relevance
144 inline void SetSourceType(int32_t sourceType) in SetSourceType() argument146 sourceType_ = sourceType; in SetSourceType()
72 Notification::NotificationConstant::SourceType sourceType = in DoSomethingInterestingWithMyAPI() local74 notification.SetSourceType(sourceType); in DoSomethingInterestingWithMyAPI()
228 NotificationConstant::SourceType sourceType = NotificationConstant::SourceType::TYPE_NORMAL; variable231 rrc->SetSourceType(sourceType);232 EXPECT_EQ(rrc->GetSourceType(), sourceType);
261 void SetSourceType(NotificationConstant::SourceType sourceType);
481 void Notification::SetSourceType(NotificationConstant::SourceType sourceType) in SetSourceType() argument483 sourceType_ = sourceType; in SetSourceType()
345 SourceType sourceType = SourceType::TYPE_NORMAL; in SetNotification() local346 if (!SourceTypeCToJS(notification->GetSourceType(), sourceType)) { in SetNotification()349 napi_create_int32(env, (int32_t)sourceType, &value); in SetNotification()