Searched defs:inputKey (Results 1 – 3 of 3) sorted by relevance
43 std::string inputKey = "InputKey"; variable79 std::string inputKey = "InputKey"; variable235 std::string inputKey = ""; variable249 std::string inputKey = ""; variable271 std::string inputKey = "this is inputKey"; variable293 std::string inputKey = "this is inputKey"; variable315 std::string inputKey = "this is inputKey"; variable341 std::string inputKey = "inputKey"; variable383 std::string inputKey = "InputKey"; variable407 std::string inputKey = "InputKey"; variable
50 const AAFwk::Want &want, const std::string &inputKey) in GetMimeInputsFromWant()55 std::shared_ptr<NotificationUserInput> NotificationUserInput::Create(const std::string &inputKey) in Create()71 std::shared_ptr<NotificationUserInput> NotificationUserInput::Create(const std::string &inputKey, in Create()108 NotificationUserInput::NotificationUserInput(const std::string &inputKey) in NotificationUserInput()112 NotificationUserInput::NotificationUserInput(const std::string &inputKey, const std::string &tag, in NotificationUserInput()
36 std::string inputKey(data); in DoSomethingInterestingWithMyAPI() local