Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 5 of 5) sorted by relevance

/base/security/device_security_level/baselib/msglib/src/common/
Dmessenger_device_session_manager.c417 const char *primary = GetDeviceSessionManagerInstance()->primarySessName; in CreateNewDeviceSession() local
420 int ret = OpenSession(primary, primary, deviceName, "", &attr); in CreateNewDeviceSession()
423 ret = OpenSession(primary, primary, deviceName, "", &attr); in CreateNewDeviceSession()
425 …SECURITY_LOG_INFO("open 1st session %{public}s device %{public}x ret is %{public}d", primary, mask… in CreateNewDeviceSession()
431 ret = OpenSession(primary, secondary, deviceName, "", &attr); in CreateNewDeviceSession()
434 ret = OpenSession(primary, secondary, deviceName, "", &attr); in CreateNewDeviceSession()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp370 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryHtml(); variable
371 if (primary == nullptr) {
405 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryText(); variable
406 if (primary == nullptr) {
426 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryMimeType(); variable
427 if (primary == nullptr) {
/base/telephony/sms_mms/services/sms/include/
Dgsm_cb_codec.h260 bool IsEtwsPrimary(bool &primary) const;
/base/telephony/core_service/
DREADME.md106 …k\<boolean>): void; | Checks whether the radio service is enabled on the primary SIM card. …
108 …llback: AsyncCallback\<void>): void; | Enables the radio service on the primary SIM card. …
110 …llback: AsyncCallback\<void>): void; | Disables the radio service on the primary SIM card. …
139 …specified by **slotId**. If **slotId** is not set, information about the primary card is queried b…
/base/telephony/sms_mms/services/sms/
Dgsm_cb_codec.cpp491 bool GsmCbCodec::IsEtwsPrimary(bool &primary) const in IsEtwsPrimary()
497 primary = (cbHeader_->cbEtwsType == ETWS_PRIMARY); in IsEtwsPrimary()