Lines Matching refs:string

21 #include <string>
31 const std::string CONTINUATION_BEHAVIOR = "CONTINUATION_BEHAVIOR";
32 const std::string ERROR_CODE_UE = "ERROR_CODE_UE";
33 const std::string PNAMEID = "PNAMEID";
34 const std::string PVERSIONID = "PVERSIONID";
35 const std::string BUNDLE_NAME = "BUNDLE_NAME";
36 const std::string ABILITY_NAME = "ABILITY_NAME";
37 const std::string SOURCE_DEVICE_TYPE = "SOURCE_DEVICE_TYPE";
39 const std::string CONTINUATION_STATE = "CONTINUATION_STATE";
40 const std::string FAILED_EXTRAINFO = "FAILED_EXTRAINFO";
41 const std::string CONTINUATION_DURATION = "CONTINUATION_DURATION";
43 const std::string SWITCH_STATE = "SWITCH_STATE";
45 const std::string SHOW_CONTINUATION_ICON = "SHOW_CONTINUATION_ICON";
46 const std::string CLICK_CONTINUATION_ICON = "CLICK_CONTINUATION_ICON";
47 const std::string COMPLETE_OF_CONTINUATION = "COMPLETE_OF_CONTINUATION";
48 const std::string ORIGINAL_SWITCH_STATE = "ORIGINAL_SWITCH_STATE";
49 const std::string CHANGED_SWITCH_STATE = "CHANGED_SWITCH_STATE";
61 bool NotifyDockShowIcon(const std::string& bundleName, const std::string& abilityName,
62 const std::string& networkId, int32_t errCode);
63 bool TriggerDmsContinue(const std::string& bundleName, const std::string& abilityName,
64 const std::string& networkId, int32_t errCode);
65 bool DmsContinueComplete(const std::string& bundleName, const std::string& abilityName,
66 const std::string& networkId, int32_t errCode);
70 int32_t GetDeviceTypeByNetworkId(std::string networkId);
71 std::string ConvertErrCodeToStr(int32_t errorCode);