Searched defs:resultMessage (Results 1 – 7 of 7) sorted by relevance
304 std::string resultMessage; variable327 std::string resultMessage; variable351 std::string resultMessage; variable375 std::string resultMessage; variable397 std::string resultMessage; variable420 std::string resultMessage; variable444 std::string resultMessage; variable468 std::string resultMessage; variable491 std::string resultMessage; variable515 std::string resultMessage; variable[all …]
34 int32_t InnerCallback(const char *resultMessage, uint8_t resultCode, const InstallerCallback& insta… in InnerCallback()
34 int32_t InnerCallback(const char *resultMessage, uint8_t resultCode, const IAbilityStartCallback &i… in InnerCallback()
528 std::string& resultMessage) in CheckBundleArgument()547 std::string& resultMessage) in CheckAbilityArgument()567 std::string& resultMessage) in CheckCapabilitiesArgument()587 std::string& resultMessage) in CheckParamValidity()614 std::string& resultMessage) in CheckEnableCommandArgument()667 std::string& resultMessage) in CheckDisableCommandArgument()689 std::string& resultMessage) in CheckCommandArgument()728 std::string& resultMessage) in CheckSetCommandArgument()
66 void AbilityTestHelper::InstallCallback(const uint8_t resultCode, const void *resultMessage) in InstallCallback()77 void AbilityTestHelper::UninstallCallback(const uint8_t resultCode, const void *resultMessage) in UninstallCallback()
152 static void ReceiveCallback(const uint8_t resultCode, const void *resultMessage) in ReceiveCallback()
1195 napi_value resultMessage = nullptr; in GreateBusinessError() local