Searched refs:pkg (Results 1 - 9 of 9) sorted by relevance
/base/theme/wallpaper_mgr/services/src/ |
H A D | component_name.cpp | 23 ComponentName::ComponentName(std::string pkg, std::string cls) in ComponentName() argument 25 package_ = std::move(pkg); in ComponentName() 29 void ComponentName::SetComponentInfo(std::string pkg, std::string cls) in SetComponentInfo() argument 31 package_ = std::move(pkg); in SetComponentInfo()
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | component_name.h | 25 ComponentName(std::string pkg, std::string cls); 29 void SetComponentInfo(std::string pkg, std::string cls);
|
/base/sensors/miscdevice/utils/haptic_decoder/he_json/include/ |
H A D | he_vibrator_decoder.h | 35 int32_t ParsePatternList(const JsonParser& parser, cJSON* patternListJSON, VibratePackage& pkg);
|
/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/ |
H A D | he_vibrator_decoder.cpp | 49 VibratePackage &pkg) in DecodeEffect() 52 pkg.patterns.clear(); in DecodeEffect() 61 pkg.patterns.emplace_back(pattern); in DecodeEffect() 67 int32_t ret = ParsePatternList(parser, patternListJSON, pkg); in DecodeEffect() 88 int32_t HEVibratorDecoder::ParsePatternList(const JsonParser &parser, cJSON *patternListJSON, VibratePackage &pkg) in ParsePatternList() argument 117 pkg.patterns.emplace_back(pattern); in ParsePatternList() 48 DecodeEffect(const RawFileDescriptor &rawFd, const JsonParser &parser, VibratePackage &pkg) DecodeEffect() argument
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_store.h | 38 int32_t Delete(const std::string& pkg, const int32_t userId, const int32_t uid);
|
/base/security/device_security_level/baselib/msglib/src/standard/ |
H A D | messenger_device_socket_manager.c | 378 static int32_t ProcessCreateServer(const char *session, const char *pkg, int32_t *socketId) in ProcessCreateServer() argument 380 if (session == NULL || pkg == NULL || socketId == NULL) { in ProcessCreateServer() 392 ret = memcpy_s(pkgName, PKG_NAME_LEN, pkg, PKG_NAME_LEN); in ProcessCreateServer()
|
/base/sensors/miscdevice/frameworks/native/vibrator/src/ |
H A D | vibrator_service_client.cpp | 356 VibratePackage pkg = {}; in PreProcess() local 357 if (decodeHandle_.decoder->DecodeEffect(rawFd, parser, pkg) != 0) { in PreProcess() 365 return ConvertVibratePackage(pkg, package); in PreProcess()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store.cpp | 349 __attribute__((no_sanitize("cfi"))) int32_t ReminderStore::Delete(const std::string& pkg, const int32_t userId, in Delete() argument 353 + " WHERE " + ReminderBaseTable::TABLE_NAME + "." + ReminderBaseTable::PACKAGE_NAME + " = '" + pkg in Delete() 356 std::string baseCondtion = ReminderBaseTable::PACKAGE_NAME + " = '" + pkg + "' AND " in Delete()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_store_test.cpp | 125 std::string pkg = "pkg"; in HWTEST_F() local 128 int32_t ret = reminderStore.Delete(pkg, userId, -1); in HWTEST_F()
|
Completed in 7 milliseconds