/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | matching_skills_test.cpp | 197 std::string scheme in HWTEST_F() local [all...] |
H A D | common_event_unsubscribe_test.cpp | 141 void CommonEventUnSubscribeTest::SetMatchingSkillsWithScheme(const std::string &scheme) in SetMatchingSkillsWithScheme() argument
|
/base/notification/common_event_service/frameworks/native/src/ |
H A D | matching_skills.cpp | 119 void MatchingSkills::AddScheme(const std::string &scheme) in AddScheme() argument 132 void MatchingSkills::RemoveScheme(const std::string &scheme) in RemoveScheme() argument [all...] |
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/ |
H A D | actsCESMatchingSkillsTest.cpp | 847 std::string scheme = "schemeMatchSchemeTest"; in HWTEST_F() local 877 std::string scheme = "schemeMatchScheme"; HWTEST_F() local 907 std::string scheme = "MatchScheme"; HWTEST_F() local 936 std::string scheme = "MatchScheme2"; HWTEST_F() local 965 std::string scheme = "MatchScheme5"; HWTEST_F() local [all...] |
/base/notification/common_event_service/services/src/ |
H A D | common_event_sticky_manager.cpp | 152 std::string scheme = "\t\tScheme: " + record->commonEventData->GetWant().GetScheme() + "\n"; in DumpState() local
|
H A D | common_event_subscriber_manager.cpp | 203 std::string scheme = format + "\tScheme: "; in DumpDetailed() local
|
H A D | common_event_control_manager.cpp | 1068 std::string scheme = "\t\tScheme: " + record->commonEventData->GetWant().GetScheme() + "\n"; in DumpStateByCommonEventRecord() local 1182 std::string scheme = "\t\tScheme: " + record.want.GetScheme() + "\n"; in DumpHistoryStateByCommonEventRecord() local
|
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_user_data_pdu.cpp | 99 bool GsmUserDataPdu::DecodeUserDataPdu(SmsReadBuffer &buffer, bool bHeaderInd, DataCodingScheme scheme, in DecodeUserDataPdu() argument 31 EncodeUserDataPdu( SmsWriteBuffer &buffer, const struct SmsUDPackage *(&userData), DataCodingScheme scheme, std::string &destAddr) EncodeUserDataPdu() argument 62 DecodeUserDataPdu( SmsReadBuffer &buffer, bool bHeaderInd, DataCodingScheme scheme, struct SmsUDPackage *userData) DecodeUserDataPdu() argument
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/ |
H A D | actsCESManagertest.cpp | 1087 std::string scheme = "SETSCHEME"; in HWTEST_F() local 1124 std::string scheme = "SETSCHEME"; in HWTEST_F() local 1325 std::string scheme = "SETSCHEME"; in HWTEST_F() local 1363 std::string scheme = "SETSCHEME"; in HWTEST_F() local 1404 std::string scheme in HWTEST_F() local 1446 std::string scheme = "SETSCHEME"; HWTEST_F() local 1647 std::string scheme = "SETSCHEME"; HWTEST_F() local 1687 std::string scheme = "SETSCHEME"; HWTEST_F() local 1728 std::string scheme = "SETSCHEME"; HWTEST_F() local 1770 std::string scheme = "SETSCHEME"; HWTEST_F() local [all...] |
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/ |
H A D | common_event_services_system_test.cpp | 761 std::string scheme = "SETSCHEME"; in HWTEST_F() local 799 std::string scheme = "SETSCHEME"; in HWTEST_F() local 974 std::string scheme = "SETSCHEME"; in HWTEST_F() local 1002 std::string scheme = "SETSCHEME"; in HWTEST_F() local 1043 std::string scheme in HWTEST_F() local 1073 std::string scheme = "SETSCHEME"; HWTEST_F() local 1250 std::string scheme = "SETSCHEME"; HWTEST_F() local 1278 std::string scheme = "SETSCHEME"; HWTEST_F() local 1319 std::string scheme = "SETSCHEME"; HWTEST_F() local 1349 std::string scheme = "SETSCHEME"; HWTEST_F() local [all...] |
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_sms.h | 198 ISmsServiceInterface::SmsSegmentsInfo::SmsSegmentCodeScheme scheme; member
|
/base/telephony/sms_mms/utils/ |
H A D | text_coder.cpp | 343 int TextCoder::CdmaUtf8ToAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, DataCodingScheme &scheme) in CdmaUtf8ToAuto() argument 296 GsmUtf8ToAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, DataCodingScheme &scheme, SmsCodingNationalType codingNationalType, MSG_LANGUAGE_ID_T &langId) GsmUtf8ToAuto() argument
|
/base/web/webview/interfaces/native/ |
H A D | arkweb_scheme_handler.cpp | 414 int32_t OH_ArkWeb_RegisterCustomSchemes(const char* scheme, int32_t option) in OH_ArkWeb_RegisterCustomSchemes() argument 432 bool OH_ArkWeb_SetSchemeHandler(const char* scheme, const char* webTag, ArkWeb_SchemeHandler* schemeHandler) in OH_ArkWeb_SetSchemeHandler() argument 449 bool OH_ArkWebServiceWorker_SetSchemeHandler(const char* scheme, ArkWeb_SchemeHandler* schemeHandler) in OH_ArkWebServiceWorker_SetSchemeHandler() argument
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 976 void SetCustomizeSchemeOption(Scheme& scheme) in SetCustomizeSchemeOption() argument 996 SetCustomizeScheme(CScheme cscheme, Scheme& scheme) SetCustomizeScheme() argument 1022 Scheme scheme; CustomizeSchemesArrayDataHandler() local [all...] |
/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 609 char scheme[HTTP_MAX_URI] = {0}; /* Method portion of URI */ in QueryPrinterAttributesByUri() local 1429 char scheme[32] = {0}; in CheckPrinterOnline() local
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 1504 bool WebviewController::SetWebSchemeHandler(const char* scheme, WebSchemeHandler* handler) const in SetWebSchemeHandler() argument 1520 SetWebServiveWorkerSchemeHandler( const char* scheme, WebSchemeHandler* handler) SetWebServiveWorkerSchemeHandler() argument
|
H A D | napi_webview_controller.cpp | 4141 void SetCustomizeSchemeOption(Scheme& scheme) in SetCustomizeSchemeOption() argument 4161 SetCustomizeScheme(napi_env env, napi_value obj, Scheme& scheme) SetCustomizeScheme() argument 4213 Scheme scheme; CustomizeSchemesArrayDataHandler() local 5307 std::string scheme = ""; SetWebSchemeHandler() local 5355 std::string scheme = ""; SetServiceWorkerWebSchemeHandler() local [all...] |