Home
last modified time | relevance | path

Searched refs:primary (Results 1 - 6 of 6) sorted by relevance

/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_session_manager.c437 const char *primary = GetDeviceSessionManagerInstance()->primarySessName; in CreateNewDeviceSession() local
440 int ret = OpenSession(primary, primary, deviceName, "", &attr); in CreateNewDeviceSession()
443 ret = OpenSession(primary, primary, deviceName, "", &attr); in CreateNewDeviceSession()
445 SECURITY_LOG_INFO("open 1st session %{public}s device %{public}x ret is %{public}d", primary, mask, ret); in CreateNewDeviceSession()
451 ret = OpenSession(primary, secondary, deviceName, "", &attr); in CreateNewDeviceSession()
454 ret = OpenSession(primary, secondary, deviceName, "", &attr); in CreateNewDeviceSession()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp451 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryHtml(); in HWTEST_F() local
452 if (primary == nullptr) { in HWTEST_F()
486 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryText(); in HWTEST_F() local
487 if (primary == nullptr) { in HWTEST_F()
507 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryMimeType(); in HWTEST_F() local
508 if (primary == nullptr) { in HWTEST_F()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h29 virtual void onCallback(std::string number, int type, std::string label, bool primary) = 0;
/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_codec.h260 bool IsEtwsPrimary(bool &primary) const;
/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_codec.cpp501 bool GsmCbCodec::IsEtwsPrimary(bool &primary) const in IsEtwsPrimary()
507 primary = (cbHeader_->cbEtwsType == ETWS_PRIMARY); in IsEtwsPrimary()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cb_test.cpp756 bool primary = true; in HWTEST_F() local
757 ret = cbMsg->IsEtwsPrimary(primary); in HWTEST_F()
760 ret = cbMsg->IsEtwsMessage(primary); in HWTEST_F()
763 ret = cbMsg->IsCmasMessage(primary); in HWTEST_F()

Completed in 6 milliseconds