Home
last modified time | relevance | path

Searched refs:soundPath (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_config.h27 std::string soundPath; member
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp98 config.soundPath = custSoundPath->valuestring; in ParseOldConfigFile()
99 LOGI("cust sound path: %{public}s", config.soundPath.c_str()); in ParseOldConfigFile()
152 config.soundPath = custSoundPath->valuestring; in ParseNewConfigFile()
153 LOGI("cust sound path: %{public}s", config.soundPath.c_str()); in ParseNewConfigFile()
H A Dboot_animation_operation.cpp68 mainHandler_->PostTask([this, &config] { this->PlaySound(config.soundPath); }); in StartEventHandler()

Completed in 2 milliseconds